Init commit from initial prompt
This commit is contained in:
17
next.config.ts
Normal file
17
next.config.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ protocol: 'https', hostname: 'images.pokemontcg.io' },
|
||||
{ protocol: 'https', hostname: 'api.pokemontcg.io' },
|
||||
],
|
||||
},
|
||||
experimental: {
|
||||
turbo: {
|
||||
rules: {},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user