Skip to content

Commit 2018793

Browse files
authored
Update src/content/docs/pages/functions/routing.mdx
1 parent 0a5c1fa commit 2018793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pages/functions/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { FileTree } from "~/components";
1010
Functions utilize file-based routing. Your `/functions` directory structure determines the designated routes that your Functions will run on. You can create a `/functions` directory with as many levels as needed for your project's use case. Review the following directory:
1111

1212
<FileTree>
13-
-
13+
- ...
1414
- functions
1515
- index.js
1616
- helloworld.js

0 commit comments

Comments
 (0)