Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Update prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Oct 28, 2023
1 parent a01cbab commit 40e81df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/routes/privacy-policy/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<div class="min-h-screen w-screen">
<script lang="ts">
</script>

<main class="min-h-screen w-screen">
<section
class="relative z-10 flex flex-col items-center justify-center gap-4 px-4 pt-32 sm:px-0 md:pt-28"
>
Expand Down Expand Up @@ -42,4 +45,4 @@
<br /><br /> This Privacy Policy applies to the use of Upscayl.
</p>
</section>
</div>
</main>
1 change: 1 addition & 0 deletions src/routes/privacy-policy/+page.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const prerender = true;

0 comments on commit 40e81df

Please sign in to comment.