Proper prerendering.
This commit is contained in:
parent
614c87aaae
commit
2fe099fa23
4 changed files with 7 additions and 6 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
</h4>
|
</h4>
|
||||||
<ul class="space-y-4 text-sm font-light text-slate-500">
|
<ul class="space-y-4 text-sm font-light text-slate-500">
|
||||||
<li>
|
<li>
|
||||||
<a href="#cloud-stack" class="transition-colors hover:text-white">Cloud Stack</a>
|
<a href="/#cloud-stack" class="transition-colors hover:text-white">Cloud Stack</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<div class="container mx-auto flex items-center justify-between px-8">
|
<div class="container mx-auto flex items-center justify-between px-8">
|
||||||
<a href="#home" class="group flex items-center space-x-3">
|
<a href="/#home" class="group flex items-center space-x-3">
|
||||||
<div
|
<div
|
||||||
class="flex h-10 w-10 items-center justify-center rounded-xl border border-white/10 bg-white/5 transition-all group-hover:border-cyan-500/50 group-hover:bg-cyan-500/10"
|
class="flex h-10 w-10 items-center justify-center rounded-xl border border-white/10 bg-white/5 transition-all group-hover:border-cyan-500/50 group-hover:bg-cyan-500/10"
|
||||||
>
|
>
|
||||||
|
|
@ -36,19 +36,19 @@
|
||||||
|
|
||||||
<div class="hidden items-center space-x-12 md:flex">
|
<div class="hidden items-center space-x-12 md:flex">
|
||||||
<a
|
<a
|
||||||
href="#home"
|
href="/#home"
|
||||||
class="text-xs font-bold tracking-[0.2em] text-slate-400 uppercase transition-colors hover:text-white"
|
class="text-xs font-bold tracking-[0.2em] text-slate-400 uppercase transition-colors hover:text-white"
|
||||||
>
|
>
|
||||||
Home
|
Home
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="#contact"
|
href="/#contact"
|
||||||
class="text-xs font-bold tracking-[0.2em] text-slate-400 uppercase transition-colors hover:text-white"
|
class="text-xs font-bold tracking-[0.2em] text-slate-400 uppercase transition-colors hover:text-white"
|
||||||
>
|
>
|
||||||
Contact
|
Contact
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="#contact"
|
href="/#contact"
|
||||||
class="rounded-full border border-white/10 px-6 py-2 text-xs font-bold tracking-widest text-white uppercase transition-all hover:border-white/20 hover:bg-white hover:text-black"
|
class="rounded-full border border-white/10 px-6 py-2 text-xs font-bold tracking-widest text-white uppercase transition-all hover:border-white/20 hover:bg-white hover:text-black"
|
||||||
>
|
>
|
||||||
Connect
|
Connect
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
export const ssr = false;
|
export const ssr = true;
|
||||||
|
|
|
||||||
1
src/routes/privacy-protocol/+page.svelte
Normal file
1
src/routes/privacy-protocol/+page.svelte
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<h1>Privacy Protocol</h1>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue