tangled
alpha
login
or
join now
seth.computer
/
sethetter.com
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
netlify redirects to new domain
seth.computer
2 years ago
6699a273
bbe85b6e
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+6
2 changed files
expand all
collapse all
unified
split
_config.ts
src
_redirects
+2
_config.ts
···
27
27
site.copy("fonts");
28
28
site.copy("css");
29
29
30
30
+
site.copy("_redirects"); // netlify redirects
31
31
+
30
32
export default site;
+4
src/_redirects
···
1
1
+
/notes/* https://seth.computer/notes/:splat
2
2
+
/posts/* https://seth.computer/notes/:splat
3
3
+
/links/* https://seth.computer/links/:splat
4
4
+
/tags/* https://seth.computer/tags/:splat