your commit
This commit is contained in:
parent
1c80bd8874
commit
a27e1e60f9
1 changed files with 2 additions and 3 deletions
|
|
@ -12,8 +12,7 @@ const NEXT_PUBLIC_SERVER_URL = process.env.VERCEL_PROJECT_PRODUCTION_URL
|
|||
: process.env.__NEXT_PRIVATE_ORIGIN || 'http://localhost:3000'
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// Temporarily required on Windows until Next.js fixes Turbopack Sass resolution.
|
||||
// See: https://github.com/vercel/next.js/issues/86431
|
||||
output: 'standalone',
|
||||
sassOptions: {
|
||||
loadPaths: ['./node_modules/@payloadcms/ui/dist/scss/'],
|
||||
},
|
||||
|
|
@ -51,4 +50,4 @@ const nextConfig: NextConfig = {
|
|||
},
|
||||
}
|
||||
|
||||
export default withPayload(nextConfig, { devBundleServerPackages: false })
|
||||
export default withPayload(nextConfig, { devBundleServerPackages: false })
|
||||
Loading…
Add table
Reference in a new issue