404Notice

This commit is contained in:
Kar
2023-05-22 20:51:01 +05:30
parent 3d766bf4bf
commit 0ce8e447f4
10 changed files with 2889 additions and 2824 deletions

View File

@@ -8,7 +8,10 @@ import vue from "@astrojs/vue";
// https://astro.build/config
// https://astro.build/config
import partytown from "@astrojs/partytown";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), vue()]
integrations: [tailwind(), vue(), partytown()]
});