Change base in config file
This commit is contained in:
parent
c5db5bd418
commit
0380627fb2
|
|
@ -13,7 +13,7 @@ import cloudflare from "@astrojs/cloudflare";
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: "https://yourusername.github.io",
|
site: "https://yourusername.github.io",
|
||||||
base: "/kremtastic.github.io/",
|
base: "/",
|
||||||
trailingSlash: "ignore",
|
trailingSlash: "ignore",
|
||||||
prefetch: {
|
prefetch: {
|
||||||
prefetchAll: true
|
prefetchAll: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue