Skip to content

Commit 61ca29a

Browse files
authored
fix: Temporarily use alternate default base url (#35)
1 parent 31d2c87 commit 61ca29a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Check out the [Wiki](https://github.com/DenverCoder1/github-readme-youtube-cards
7777
| `comment_tag_name` | The name in the comment tag for replacing content | "YOUTUBE-CARDS" |
7878
| `youtube_api_key` | The API key to use for features marked with 🔑 | "" |
7979
| `max_videos` | The maximum number of videos to display | 6 |
80-
| `base_url` | The base URL to use for the cards | "https://ytcards.demolab.com/" |
80+
| `base_url` | The base URL to use for the cards | "https://ytcards.vercel.app/" (may change) |
8181
| `card_width` | The width of the SVG cards | 250 |
8282
| `background_color` | The background color of the SVG cards | "#0d1117" |
8383
| `title_color` | The color of the title text | "#ffffff" |

action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def update(readme_path: str, comment_tag: str, replace_content: str):
179179
"--base-url",
180180
dest="base_url",
181181
help="Base URL for the readme",
182-
default="https://ytcards.demolab.com/",
182+
default="https://ytcards.vercel.app/",
183183
)
184184
parser.add_argument(
185185
"--card-width",

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
base_url:
2121
description: "The base URL to use for the cards"
2222
required: false
23-
default: "https://ytcards.demolab.com/"
23+
default: "https://ytcards.vercel.app/"
2424
youtube_api_key:
2525
description: "The YouTube API key to use for additional features such a the video duration"
2626
required: false

0 commit comments

Comments
 (0)