Skip to content

Commit

Permalink
fix(vercel): add back filesystem route handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 12, 2022
1 parent b7e5503 commit bba4064
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/presets/vercel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export const vercel = defineNitroPreset({
},
continue: true
})),
{
handle: 'filesystem'
},
{
src: '/(.*)',
dest: '/'
Expand Down Expand Up @@ -81,6 +84,9 @@ export const vercelEdge = defineNitroPreset({
},
continue: true
})),
{
handle: 'filesystem'
},
{
src: '/(.*)',
dest: '/'
Expand Down

0 comments on commit bba4064

Please sign in to comment.