Skip to content

Commit

Permalink
fix: remove docs filetracing for platform redir (#11373)
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Sep 15, 2024
1 parent e6f1a1b commit dd6c71b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,7 @@ const outputFileTracingExcludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS
'develop-docs/**/*',
'node_modules/@esbuild/darwin-arm64',
],
'/platform-redirect': [
'docs/organization/integrations/**/*',
'docs/product/**/*',
'docs/concepts/**/*',
'docs/api/**/*',
'docs/pricing/**/*',
'docs/account/**/*',
'**/*.gif',
'public/mdx-images/**/*',
'*.pdf',
],
'/platform-redirect': ['**/*.gif', 'public/mdx-images/**/*', '*.pdf'],
'\\[\\[\\.\\.\\.path\\]\\]': [
'docs/**/*',
'node_modules/prettier/plugins',
Expand Down

0 comments on commit dd6c71b

Please sign in to comment.