Skip to content

Commit 5c1f0c4

Browse files
committed
fixup! Get routes from paths to static
1 parent 30df2f9 commit 5c1f0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function startServer () {
128128
.filter((path) => path.startsWith('!') === false)
129129
.map((path) => {
130130
const dir = path.replace(/\*\*(.*)/, '');
131-
const route = dir.replace(PATH_TO_SOURCE, '/')
131+
const route = dir.replace(PATH_TO_SOURCE, '/');
132132

133133
return { route, dir };
134134
});

0 commit comments

Comments
 (0)