Skip to content

Commit

Permalink
fix: Minor routing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Jongejan committed Feb 23, 2022
1 parent a8c9c0f commit 8109808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function entrypoint() {
...prerenderedPages,
...prerenderedRedirects,
{
url: `/${builder.appDir}/.+`,
url: `/${builder.appDir}/`,
// eslint-disable-next-line camelcase
static_dir: `storage/${builder.appDir}`,
expiration: '30d 0h',
Expand Down

0 comments on commit 8109808

Please sign in to comment.