Skip to content

Commit 8875ae9

Browse files
Remove Angular-specific guidance
1 parent b4738a9 commit 8875ae9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/static-web-apps/routes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ The following table lists the appropriate location to put your _routes.json_ fil
3434
| Svelte | _public_ |
3535
| Vue | _public_ |
3636

37-
### Angular
38-
39-
Angular apps do not copy all the files in the _src_ folder to the artifact folder by default. To ensure the _routes.json_ file is copied to the correct location, point the GitHub Actions workflow directly to your _routes.json_ file via the [`routes_location` workflow customization](github-actions-workflow.md#route-file-location).
40-
4137
## Defining routes
4238

4339
Routes are defined in the _routes.json_ file as an array of route rules on the `routes` property. Each rule is composed of a route pattern, along with one or more of the optional rule properties. See the [example route file](#example-route-file) for usage examples.

0 commit comments

Comments
 (0)