feat: track images with git lfs

This commit is contained in:
2024-03-27 01:51:42 +01:00
parent f0129ecc76
commit 31b24de86c
142 changed files with 5133 additions and 169 deletions

View File

@ -1,9 +1,10 @@
import { defineConfig } from 'astro/config';
import { i18n, filterSitemapByDefaultLocale } from "astro-i18n-aut/integration";
import sitemap from "@astrojs/sitemap";
import mdx from '@astrojs/mdx';
import glsl from 'vite-plugin-glsl';
import svelte from "@astrojs/svelte";
import tailwind from "@astrojs/tailwind";
const defaultLocale = "de";
const locales = {
@ -18,7 +19,13 @@ export default defineConfig({
build: {
format: "file",
},
vite: {
plugins: [
glsl(),
],
},
integrations: [
mdx(),
svelte(),
i18n({
exclude: ["pages/**/*.json.ts", "pages/api/**/*",],