Fix config file
This commit is contained in:
parent
28c4e9d307
commit
086ef105ed
|
|
@ -12,13 +12,13 @@ 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://kremtastic.github.io",
|
||||||
base: "/",
|
base: "/",
|
||||||
trailingSlash: "ignore",
|
trailingSlash: "ignore",
|
||||||
prefetch: {
|
prefetch: {
|
||||||
prefetchAll: true
|
prefetchAll: true
|
||||||
},
|
},
|
||||||
adapter: cloudflare(),
|
//adapter: cloudflare(),
|
||||||
integrations: [react(), sitemap(), tailwind({
|
integrations: [react(), sitemap(), tailwind({
|
||||||
config: {
|
config: {
|
||||||
applyBaseStyles: false
|
applyBaseStyles: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue