fix config
This commit is contained in:
parent
6d80f4c098
commit
0b7ec0dd02
|
@ -21,11 +21,10 @@ const nextConfig = {
|
||||||
{
|
{
|
||||||
source: '/',
|
source: '/',
|
||||||
destination: `https://${process.env.DOMAIN}/`,
|
destination: `https://${process.env.DOMAIN}/`,
|
||||||
has: [
|
missing: [
|
||||||
{
|
{
|
||||||
type: 'host',
|
type: 'host',
|
||||||
value: process.env.DOMAIN,
|
value: process.env.DOMAIN
|
||||||
not: true
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
permanent: true,
|
permanent: true,
|
||||||
|
|
Loading…
Reference in New Issue