File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/workers/static-assets Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,9 +232,9 @@ Replace the file contents of our Wrangler configuration with the following:
232232
233233We have edited the Wrangler file in the following ways:
234234
235- - We've added ` main = "src/api/index.js" ` to tell Cloudflare where to find our Worker code.
236- - We've added an ` ASSETS ` binding, which our Worker code can use to fetch and serve assets.
237- - We've enabled routing for Single Page Applications, which ensures that unmatched routes (such as ` /dashboard ` ) serve our ` index.html ` .
235+ - Added ` main = "src/api/index.js" ` to tell Cloudflare where to find our Worker code.
236+ - Added an ` ASSETS ` binding, which our Worker code can use to fetch and serve assets.
237+ - Enabled routing for Single Page Applications, which ensures that unmatched routes (such as ` /dashboard ` ) serve our ` index.html ` .
238238
239239:::note
240240
You can’t perform that action at this time.
0 commit comments