Remove Netlify adapter from Astro configuration and clean up translations by deleting unused sections for blog and Anti-Fingerprinting Shield Plus. This streamlines the project and improves maintainability.

This commit is contained in:
becarta
2025-05-14 00:19:56 +02:00
parent 8a54efb68d
commit 93e66eb5df
7 changed files with 865 additions and 160 deletions

View File

@@ -8,7 +8,6 @@ import tailwind from '@astrojs/tailwind';
import mdx from '@astrojs/mdx';
import react from '@astrojs/react';
import partytown from '@astrojs/partytown';
import netlify from '@astrojs/netlify';
import icon from 'astro-icon';
import compress from 'astro-compress';
import type { AstroIntegration } from 'astro';
@@ -24,7 +23,6 @@ const whenExternalScripts = (items: (() => AstroIntegration) | (() => AstroInteg
export default defineConfig({
output: 'server',
adapter: netlify(),
i18n: {
locales: ["en", "de", "nl", "fr"],