1
0

Switch to launch mode, add more information to imprint, add logos

This commit is contained in:
Michael Rieger
2025-10-07 17:48:35 +02:00
parent 72f4faea7f
commit 6a006a7410
17 changed files with 339 additions and 116 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import removeComments from "astro-remove-comments";
// https://astro.build/config
export default defineConfig({
integrations: [vue(), sitemap(), robotsTxt(), aiRobotsTxt(), removeComments()],
integrations: [vue(), sitemap(), robotsTxt(), removeComments()],
i18n: {
locales: ["en", "de"],
defaultLocale: "en"