this repo has no description

netlify redirects to new domain

seth.computer 6699a273 bbe85b6e

verified
+6
+2
_config.ts
··· 27 27 site.copy("fonts"); 28 28 site.copy("css"); 29 29 30 + site.copy("_redirects"); // netlify redirects 31 + 30 32 export default site;
+4
src/_redirects
··· 1 + /notes/* https://seth.computer/notes/:splat 2 + /posts/* https://seth.computer/notes/:splat 3 + /links/* https://seth.computer/links/:splat 4 + /tags/* https://seth.computer/tags/:splat