next.config edit
This commit is contained in:
parent
de631457b1
commit
1f857b6d1b
1 changed files with 12 additions and 10 deletions
|
|
@ -10,6 +10,7 @@ import { redirects } from './redirects'
|
||||||
const NEXT_PUBLIC_SERVER_URL = process.env.NEXT_PUBLIC_SERVER_URL || 'http://localhost:3001'
|
const NEXT_PUBLIC_SERVER_URL = process.env.NEXT_PUBLIC_SERVER_URL || 'http://localhost:3001'
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
|
output: 'standalone',
|
||||||
sassOptions: {
|
sassOptions: {
|
||||||
loadPaths: ['./node_modules/@payloadcms/ui/dist/scss/'],
|
loadPaths: ['./node_modules/@payloadcms/ui/dist/scss/'],
|
||||||
},
|
},
|
||||||
|
|
@ -55,3 +56,4 @@ const nextConfig: NextConfig = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default withPayload(nextConfig, { devBundleServerPackages: false })
|
export default withPayload(nextConfig, { devBundleServerPackages: false })
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue