Updates and more

This commit is contained in:
2023-11-03 20:31:27 +01:00
parent b5a54d087b
commit e97e86f9ac
22 changed files with 363 additions and 80 deletions

View File

@ -1,6 +1,7 @@
import { defineConfig, sharpImageService } from 'astro/config';
import svelte from "@astrojs/svelte";
import tailwind from "@astrojs/tailwind";
import configureI18n from "./astro-i18n.adapter";
// https://astro.build/config
export default defineConfig({
@ -8,7 +9,8 @@ export default defineConfig({
image: {
service: sharpImageService(),
},
integrations: [svelte(), tailwind()],
compressHTML: true,
integrations: [svelte(), tailwind(), configureI18n()],
vite: {
}