your commit

This commit is contained in:
Mackie 2026-05-22 04:17:00 +08:00
parent 1c80bd8874
commit a27e1e60f9

View file

@ -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/'],
}, },
@ -51,4 +50,4 @@ const nextConfig: NextConfig = {
}, },
} }
export default withPayload(nextConfig, { devBundleServerPackages: false }) export default withPayload(nextConfig, { devBundleServerPackages: false })