Skip to content

Commit

Permalink
fix(cdn): update local config
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmartineau committed Apr 1, 2024
1 parent 766d843 commit a9f91a7
Show file tree
Hide file tree
Showing 4 changed files with 739 additions and 147 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ module.exports = withSourceMaps({
source: '/sse',
destination: `http://localhost:${GITM_PORT}/sse`,
},
{
source: '/files/:path*',
destination: `http://localhost:3005/:path*`,
},
];
},
webpack: (config, options) => {
Expand Down
Loading

0 comments on commit a9f91a7

Please sign in to comment.