mirror of
https://github.com/xHyroM/website.git
synced 2024-11-12 18:48:06 +01:00
fix: remoe partytown - not required for now
This commit is contained in:
parent
69579e5ff2
commit
1c78718b2f
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@ import compress from "astro-compress";
|
|||
|
||||
// https://astro.build/config
|
||||
import prefetch from "@astrojs/prefetch";
|
||||
|
||||
import robotsTxt from "astro-robots-txt";
|
||||
import minify from "./astro-integrations/minify";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://hyrousek.tk", //prepisat uwu
|
||||
site: "https://hyrousek.tk",
|
||||
//prepisat uwu
|
||||
integrations: [
|
||||
tailwind(),
|
||||
image(),
|
||||
|
@ -34,7 +34,7 @@ export default defineConfig({
|
|||
policy: [
|
||||
{
|
||||
userAgent: "*",
|
||||
}
|
||||
},
|
||||
],
|
||||
sitemap: true,
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue