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
|
||||
export default defineConfig({
|
||||
site: "https://yourusername.github.io",
|
||||
site: "https://kremtastic.github.io",
|
||||
base: "/",
|
||||
trailingSlash: "ignore",
|
||||
prefetch: {
|
||||
prefetchAll: true
|
||||
},
|
||||
adapter: cloudflare(),
|
||||
//adapter: cloudflare(),
|
||||
integrations: [react(), sitemap(), tailwind({
|
||||
config: {
|
||||
applyBaseStyles: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue