Skip to content

Commit

Permalink
docs: Fix typo in frontend-frameworks.md (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz authored Sep 2, 2024
1 parent 61d54bd commit c278413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/key-concepts/frontend-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Usually, this means each entrypoint should be a directory with it's own files in

## Configuring Routers

Lots of frameworks come with routers for building a multi-page app using the URL's path. Chrome extensions don't don't work like this. Since HTML files are static, `chrome-extension://{id}/popup.html`, there's no way to change the entire path for routing.
Lots of frameworks come with routers for building a multi-page app using the URL's path. Chrome extensions don't work like this. Since HTML files are static, `chrome-extension://{id}/popup.html`, there's no way to change the entire path for routing.

Instead, you need to configure the router to run in "hash" mode, where the routing information is apart of the URL's hash, not the path (ie: `popup.html#/` and `popup.html#/account/settings`).

Expand Down

0 comments on commit c278413

Please sign in to comment.