We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005551d commit 5f85943Copy full SHA for 5f85943
.github/workflows/preview.yml
@@ -43,7 +43,6 @@ jobs:
43
NEXT_PUBLIC_HOME_URL: https://fastgpt.io
44
NEXT_PUBLIC_USER_URL: https://cloud.fastgpt.io
45
run: |
46
- cd projects/fastgpt
47
npm install
48
npm run build
49
next-sitemap.config.js
@@ -122,7 +122,6 @@ module.exports = {
122
allow: '/',
123
disallow: ['/api/', '/admin/']
124
}
125
- ],
126
- additionalSitemaps: [`${process.env.NEXT_PUBLIC_HOME_URL || 'https://fastgpt.io'}/sitemap.xml`]
+ ]
127
128
};
0 commit comments