fix config

This commit is contained in:
Zhe Li 2023-03-31 13:11:22 +08:00
parent 6d80f4c098
commit 0b7ec0dd02
1 changed files with 2 additions and 3 deletions

View File

@ -21,11 +21,10 @@ const nextConfig = {
{
source: '/',
destination: `https://${process.env.DOMAIN}/`,
has: [
missing: [
{
type: 'host',
value: process.env.DOMAIN,
not: true
value: process.env.DOMAIN
},
],
permanent: true,