We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a661253 commit 5656235Copy full SHA for 5656235
vaultwars/frontend/next.config.js
@@ -1,11 +1,3 @@
1
-const withPWA = require('next-pwa')({
2
- dest: 'public',
3
- register: true,
4
- skipWaiting: true,
5
- disable: process.env.NODE_ENV === 'development',
6
- buildExcludes: [/manifest\.json$/]
7
-});
8
-
9
/** @type {import('next').NextConfig} */
10
const nextConfig = {
11
outputFileTracingRoot: require('path').join(__dirname, '../../'),
vercel.json
@@ -3,7 +3,10 @@
"builds": [
{
"src": "vaultwars/frontend/package.json",
- "use": "@vercel/next"
+ "use": "@vercel/next",
+ "config": {
+ "rootDirectory": "vaultwars/frontend"
+ }
}
],
12
"headers": [
0 commit comments