Skip to content

Commit 7bc3301

Browse files
authored
Update src/content/docs/pages/functions/get-started.mdx
1 parent 23fc126 commit 7bc3301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pages/functions/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You must have a Pages project set up on your local machine or deployed on the Cl
1717

1818
## Create a Function
1919

20-
To get started with generating a Pages Function, create a `/functions` directory at the root of your Pages project(not static root e.g. dist/).
20+
To get started with generating a Pages Function, create a `/functions` directory. Make sure that the `/functions` directory is at the root of your Pages project (and not in the static root, such as `/dist`).
2121

2222
:::note[Advanced mode]
2323

0 commit comments

Comments
 (0)