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'
|
: process.env.__NEXT_PRIVATE_ORIGIN || 'http://localhost:3000'
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
// Temporarily required on Windows until Next.js fixes Turbopack Sass resolution.
|
output: 'standalone',
|
||||||
// See: https://github.com/vercel/next.js/issues/86431
|
|
||||||
sassOptions: {
|
sassOptions: {
|
||||||
loadPaths: ['./node_modules/@payloadcms/ui/dist/scss/'],
|
loadPaths: ['./node_modules/@payloadcms/ui/dist/scss/'],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue