Skip to content

Commit 1f76e8c

Browse files
authored
Merge pull request #114573 from craigshoemaker/marm-remove-angular
Remove Angular-specific guidance
2 parents 735db15 + ab70fa4 commit 1f76e8c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/static-web-apps/routes.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ The following table lists the appropriate location to put your _routes.json_ fil
2929

3030
|Framework / library | Location |
3131
|---------|----------|
32-
| Angular | _src_ |
32+
| Angular | _assets_ |
3333
| React | _public_ |
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)