fix build

This commit is contained in:
2026-04-26 04:30:05 -04:00
parent ce4e314920
commit 7a745964c4
4 changed files with 38 additions and 34 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
/** @type {import('next').NextConfig} */
const path = require('path')
const nextConfig = {
reactStrictMode: true,
experimental: {
serverActions: true,
},
outputFileTracingRoot: path.join(__dirname),
}
module.exports = nextConfig