Fonts werden teilweise geladen

This commit is contained in:
2025-08-04 20:04:08 +02:00
parent b701dbe30d
commit d9508cc196
12 changed files with 238 additions and 448 deletions

View File

@@ -1,14 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
fontLoaders: [
{
loader: "@next/font/google",
options: {
subsets: ["latin"],
},
},
],
// hier können andere gültige experimentelle Optionen stehen, falls nötig
},
};