mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 05:53:42 +08:00
fix config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user