Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Preview Home Page

on:
workflow_dispatch:
pull_request_target:
paths:
- 'projects/fastgpt/**'
pull_request:

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down
1 change: 1 addition & 0 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
Loading