Move now to the notes, add redirect. Fix bug with note links and capitalization

This commit is contained in:
2026-05-15 16:49:36 -07:00
parent 0a98a4c6ed
commit 8f299c9631
6 changed files with 33 additions and 9 deletions

View File

@@ -13,4 +13,8 @@ export default defineConfig({
vite: {
plugins: [],
},
redirects: {
"/now": "/notes/now",
},
});