Skip to content

Commit

Permalink
Change assets to media in bare starter (#286).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Jul 22, 2023
1 parent e0f1ade commit e327d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/starters/bare/layouts/global/head.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

<script type="module" src="/spa/core/main.js"></script>

<link rel="icon" type="image/svg+xml" href="/assets/logo.svg">
<link rel="icon" type="image/svg+xml" href="/media/logo.svg">
<link rel='stylesheet' href='/spa/bundle.css'>
</head>

0 comments on commit e327d0b

Please sign in to comment.