A collection of games I worked on in high school.

alias deployment

Changed files
+2 -1
+2 -1
now.json
··· 9 9 { "src": "knife/package.json", "use": "@now/static-build" }, 10 10 { "src": "index.html", "use": "@now/static" } 11 11 ], 12 - "routes": [{ "src": "/dist/(.*)", "dest": "/knife/public/dist/$1" }] 12 + "routes": [{ "src": "/dist/(.*)", "dest": "/knife/public/dist/$1" }], 13 + "alias": ["gl0vgames.now.sh"] 13 14 }