Skip to content

Commit df0ae30

Browse files
diucicdToriLindsay
andauthored
Update get-started.mdx (#17714)
* Update get-started.mdx Add notice for functions dirs, I made a mistake here, giver other people a notice * Update src/content/docs/pages/functions/get-started.mdx --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent 2804f5f commit df0ae30

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.
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)