Skip to content

Commit

Permalink
docs: Update html-template.mdx (#3305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tguelcan committed Aug 29, 2024
1 parent 0b17bb9 commit 1ad3011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/en/guide/basic/html-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ export default {
tags: [
{ tag: 'script', attrs: { src: 'a.js' } },
{ tag: 'script', attrs: { src: 'b.js' }, append: false },
{ tag: 'link', attrs: { href: 'style.css', rel: 'stylesheet' }, append: true }
{ tag: 'link', attrs: { href: 'page.css', rel: 'stylesheet' }, publicPath: false }
{ tag: 'link', attrs: { href: 'style.css', rel: 'stylesheet' }, append: true },
{ tag: 'link', attrs: { href: 'page.css', rel: 'stylesheet' }, publicPath: false },
{ tag: 'script', attrs: { src: 'c.js' }, head: false },
{ tag: 'meta', attrs: { name: 'referrer', content: 'origin' } },
],
Expand Down

0 comments on commit 1ad3011

Please sign in to comment.