Skip to content

Commit 1456031

Browse files
committed
attempt fix deployment
1 parent 90a64c1 commit 1456031

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/routes/+error.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
</script>
44

55
<div class="flex h-dvh w-full flex-col items-center justify-center p-padding">
6-
<div class="flex w-full max-w-prose-body flex-col items-start gap-gap">
7-
<span class="text-2xl filter-(--pixelate)">🫢</span>
8-
<h1>
6+
<div class="flex max-w-prose-body flex-col items-start gap-gap">
7+
<h1 class="text-2xl font-semibold">
8+
<span class="filter-(--pixelate)">🫢</span>
99
{page.status}
1010
</h1>
1111
<p class="text-sm opacity-60">

src/routes/+layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const trailingSlash = 'always';
1+
// export const trailingSlash = 'always';

0 commit comments

Comments
 (0)