Skip to content

Commit

Permalink
Merge pull request #205 from authzed/fix-link-checker
Browse files Browse the repository at this point in the history
Fix next config typo
  • Loading branch information
jzelinskie authored Feb 27, 2024
2 parents 74ec812 + 1b88cfe commit 0f1e457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default withNextra({
has: [
{
type: 'host',
value: '*.vercel.app',
value: '.*.vercel.app',
},
],
destination: '/docs',
Expand Down

0 comments on commit 0f1e457

Please sign in to comment.