Initial commit
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
// Deine sonstigen Next‑Optionen, z.B.:
|
||||
// reactStrictMode: true,
|
||||
// images: { domains: [...] },
|
||||
// rewrites: async () => [ ... ],
|
||||
experimental: {
|
||||
fontLoaders: [
|
||||
{
|
||||
loader: "@next/font/google",
|
||||
options: {
|
||||
subsets: ["latin"],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user