tangled
alpha
login
or
join now
hayden.moe
/
www
0
fork
atom
My landing page, written in Astro
hayden.moe
0
fork
atom
overview
issues
pulls
pipelines
fix: ssr
hayden.moe
4 months ago
686e341d
240e7c13
verified
This commit was signed with the committer's
known signature
.
hayden.moe
SSH Key Fingerprint:
SHA256:egi2RxHATuWGOtHoLWJQb68bxJ+Jg/4m40QL5UFBWEI=
+2
2 changed files
expand all
collapse all
unified
split
src
pages
posts
[rkey].astro
index.astro
+1
src/pages/posts/[rkey].astro
···
1
1
---
2
2
+
export const prerender = false;
2
3
return Astro.redirect('https://hayden.leaflet.pub');
3
4
---
+1
src/pages/posts/index.astro
···
1
1
---
2
2
+
export const prerender = false;
2
3
return Astro.redirect('https://hayden.leaflet.pub');
3
4
---