Skip to content

Commit 42a5878

Browse files
committed
it is good to not break things
1 parent 6d021cc commit 42a5878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ findCatchAllRoutes() {
417417

418418
matchRoute() {
419419

420-
if [[ "$1" == "/" ]] && [[ -f "index.sh" ]]; then
420+
if [[ "$1" == "/" ]] && [[ -f "pages/index.sh" ]]; then
421421
ROUTE_SCRIPT="index.sh"
422422
return
423423
fi

0 commit comments

Comments
 (0)