mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-08 14:35:16 +00:00
Update to Next 15 stable (#888)
This commit is contained in:
7
dashboard/final-example/next.config.ts
Normal file
7
dashboard/final-example/next.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user