Implement routing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-09 17:14:32 -06:00
parent 96bc6da8d4
commit 1a6877e91d
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
9 changed files with 186 additions and 175 deletions

View file

@ -2,7 +2,7 @@
"name": "thesandwich",
"private": true,
"version": "0.0.0",
"source": "src/*.html",
"source": ["src/*.html", "src/partials/*.html"],
"scripts": {
"start": "parcel",
"build": "parcel build"