Skip to content

Commit 54c06d3

Browse files
committed
fix: add trailing slash to base to generate correct links in PokeNav
related: https://docs.astro.build/en/guides/upgrade-to/v3/#changed-default-importmetaenvbase_url-trailingslash
1 parent 282c1ce commit 54c06d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dev": "astro dev",
1818
"start": "astro dev",
1919
"build": "astro build --site https://pokeapi.co/",
20-
"build:ghpages": "astro build --site https://pokeapi.github.io/ --base pokeapi.co",
20+
"build:ghpages": "astro build --site https://pokeapi.github.io --base pokeapi.co/",
2121
"preview": "astro preview",
2222
"astro": "astro"
2323
},

0 commit comments

Comments
 (0)