parent
28ffd0bce9
commit
aaf3ed3b8c
5 changed files with 24 additions and 29 deletions
|
|
@ -3,15 +3,15 @@ import type { NextConfig } from "next";
|
|||
const path = require('path')
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
pageExtensions: ['ts', 'tsx', 'mdx'],
|
||||
// pageExtensions: ['ts', 'tsx', 'mdx'],
|
||||
allowedDevOrigins: ['imnyang.dev'],
|
||||
turbopack: {
|
||||
root: path.join(__dirname, '.'),
|
||||
},
|
||||
// turbopack: {
|
||||
// root: path.join(__dirname, '.'),
|
||||
// },
|
||||
images: {
|
||||
remotePatterns: [new URL('https://api.imnya.ng/**')],
|
||||
},
|
||||
output: 'standalone',
|
||||
// output: 'standalone',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue