Skip to content

Commit 0a484dd

Browse files
committed
chore: enable trailing slash in nuxt config
1 parent 7069d10 commit 0a484dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export default defineNuxtConfig({
8686
url: 'https://npmx.dev',
8787
name: 'npmx',
8888
description: 'A fast, modern browser for the npm registry',
89+
trailingSlash: true,
8990
},
9091

9192
router: {

0 commit comments

Comments
 (0)