Update to Next 15 stable (#888)

This commit is contained in:
Lee Robinson
2024-10-21 17:17:11 -05:00
committed by GitHub
parent 1011f2f19f
commit e73e821f30
12 changed files with 2749 additions and 2327 deletions

View File

@@ -0,0 +1,7 @@
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;