Skip to content

Commit

Permalink
fix(website): title bug and prerender (#201)
Browse files Browse the repository at this point in the history
This fixes the title bug (#194) and sets the svelte `prerender` option for the about page.
  • Loading branch information
lennartkloock authored Jan 25, 2024
1 parent 09f345e commit d94b57d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions platform/website/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title class="remove-after-load">Scuffle</title>

<style>
body {
margin: 0;
Expand Down
1 change: 1 addition & 0 deletions platform/website/src/routes/about/+page.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const prerender = true;

0 comments on commit d94b57d

Please sign in to comment.