We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428f04f commit a0ea637Copy full SHA for a0ea637
1 file changed
packages/playground/nuxt.config.ts
@@ -9,6 +9,9 @@ export default defineNuxtConfig({
9
language: 'en-US',
10
}
11
},
12
+ app: {
13
+ baseURL: '/pdfeasy/'
14
+ },
15
extends: [
16
'nuxt-seo-kit'
17
],
0 commit comments