Skip to content

Commit

Permalink
Update feed base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowRZ committed Feb 1, 2024
1 parent a526a56 commit 1745f64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ export default defineNuxtConfig({
mapping: [
['link', '_path']
],
}
},
tags: [
[/^(?=\/)/, 'https://shadowrz.github.io/blog'],
],
}
}
})

0 comments on commit 1745f64

Please sign in to comment.