Skip to content

Commit d1ed08b

Browse files
Update src/content/docs/workers/static-assets/migration-guides/netlify-to-workers.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent 046f932 commit d1ed08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/migration-guides/netlify-to-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In your Netlify Dashboard, find the project you want to migrate to Workers. Go t
2727

2828
In the root of your project, create a `wrangler.jsonc` or `wrangler.toml` file (`wrangler.jsonc` is recommended). What goes in the file depends on what type of application you are deploying: static or single-page application.
2929

30-
For each case, be sure to update the `<your-project-name>` value with the name of your project and `<your-build-directory>` value with the build directory from Netlify. Be sure to set the right pathing, for example `./dist` if the build directory is `dist` or `./build` if your build directory is `build`.
30+
For each case, be sure to update the `<your-project-name>` value with the name of your project and `<your-build-directory>` value with the build directory from Netlify.
3131

3232
For a **static site**, you will need to add the following to your wrangler file.
3333

0 commit comments

Comments
 (0)