Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 20, 2024
1 parent ef43b01 commit b2f0e40
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ export default defineConfig({
html: {
template: './index.html',
scriptLoading: 'defer',
tags: [
{
tag: 'base',
attrs: { href: '/' },
},
],
},
plugins: [
<&- fragments.pluginsSection() -&>
Expand Down

0 comments on commit b2f0e40

Please sign in to comment.