We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fab8c commit ba2f1f9Copy full SHA for ba2f1f9
1 file changed
modules/blog.ts
@@ -195,7 +195,7 @@ export default defineNuxtModule({
195
})
196
197
nuxt.options.alias['#blog/posts'] = join(nuxt.options.buildDir, 'blog/posts')
198
- nuxt.options.alias['/blog/avatar'] = join(nuxt.options.dir.public, '/blog/avatar')
+ nuxt.options.alias['/blog/avatar'] = join(nuxt.options.dir.public, 'blog/avatar')
199
200
// Add X-Robots-Tag header for draft posts to prevent indexing
201
for (const post of allPosts) {
0 commit comments