Skip to content

Commit

Permalink
chore: update nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
iaurg committed Nov 23, 2023
1 parent 8381bf5 commit 17e4282
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 246 deletions.
6 changes: 0 additions & 6 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
/** @type {import('next').NextConfig} */
const path = require("path");

const nextConfig = {
reactStrictMode: true,
output: "standalone",
experimental: {
outputFileTracingRoot: path.join(__dirname, "../../"),
appDir: true,
},
webpack: (config) => {
config.externals.push({
"utf-8-validate": "commonjs utf-8-validate",
Expand Down
Loading

0 comments on commit 17e4282

Please sign in to comment.