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 f7d8d05 commit 005551dCopy full SHA for 005551d
.github/workflows/preview.yml
@@ -2,9 +2,7 @@ name: Preview Home Page
2
3
on:
4
workflow_dispatch:
5
- pull_request_target:
6
- paths:
7
- - 'projects/fastgpt/**'
+ pull_request:
8
9
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
10
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
next-sitemap.config.js
@@ -3,6 +3,7 @@ module.exports = {
siteUrl: process.env.NEXT_PUBLIC_HOME_URL || 'https://fastgpt.io',
generateRobotsTxt: true,
sitemapSize: 7000,
+ outDir: './out',
// Additional paths to include in the sitemap
additionalPaths: async (config) => {
0 commit comments