Change to PW

This commit is contained in:
2023-12-19 19:22:19 +01:00
parent aa83cddcec
commit 5a5cce199b
25 changed files with 156 additions and 244 deletions

View File

@ -12,9 +12,6 @@ export default defineConfig({
image: {
service: sharpImageService()
},
experimental: {
optimizeHoistedScript: true,
},
compressHTML: true,
site: "https://steamwar.de",
integrations: [svelte(), tailwind({
@ -33,4 +30,5 @@ export default defineConfig({
disallow: ["/admin", "/login", "/dashboard", "/de", "/_astro"]
}]
})],
vite: {}
});