Skip to content

Commit cc97282

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

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
@@ -25,7 +25,7 @@ In your Netlify Dashboard, find the project you want to migrate to Workers. Go t
2525

2626
## Create a wrangler file
2727

28-
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.
28+
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: an application powered by [Static Site Generation (SSG)](/workers/static-assets/routing/static-site-generation/), or a [Single Page Application (SPA)](/workers/static-assets/routing/single-page-application/).
2929

3030
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

0 commit comments

Comments
 (0)