Skip to content

Commit

Permalink
Fix paths.base issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xzippyzachx committed Apr 18, 2024
1 parent 54aa2d8 commit 486ab20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%

<base href="%sveltekit.assets%" />
<base href="%sveltekit.assets%"/>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
Expand Down
3 changes: 2 additions & 1 deletion src/routes/+layout.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const prerender = true;
export const prerender = true;
export const trailingSlash = 'always';

0 comments on commit 486ab20

Please sign in to comment.