this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

netlify redirects to new domain

+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