update to next.js v15

This commit is contained in:
Thomas Ruoff
2025-03-30 21:57:57 +02:00
parent 935198d938
commit 7c0c891efc
4 changed files with 1574 additions and 743 deletions

View File

@@ -3,7 +3,6 @@ import createMDX from '@next/mdx'
/** @type {import('next').NextConfig} */
const nextConfig = {
swcMinify: true,
// Configure `pageExtensions`` to include MDX files
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
// Optionally, add any other Next.js config below