Upgrade to Next.js 15.0.1 (#454)
This commit is contained in:
parent
00b125378c
commit
ac2659255e
9 changed files with 4320 additions and 3538 deletions
10
next.config.ts
Normal file
10
next.config.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
images: {
|
||||
remotePatterns: [],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue