Skip to content

Commit

Permalink
chore: fixed edge functions path
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Feb 7, 2023
1 parent e9927b0 commit 4333b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/edge-demo-site/remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const { config } = require('@netlify/remix-edge-adapter')
*/
module.exports = {
...config,
serverBuildPath: '../../.netlify/edge-functions/server.js',
// This works out of the box with the Netlify adapter, but you can
// add your own custom config here if you want to.
//
Expand Down

0 comments on commit 4333b20

Please sign in to comment.