Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit e1a1d93

Browse files
timonbackstavshamir
authored andcommitted
feat: Add redirects file for automatic / to /asyncapi-ui.html redirect
Used for i.e. netlify
1 parent 2b0b76a commit e1a1d93

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"tsConfig": "tsconfig.app.json",
2121
"aot": true,
2222
"assets": [
23+
"src/_redirects",
2324
"src/favicon.ico",
2425
"src/assets"
2526
],
@@ -129,4 +130,4 @@
129130
}
130131
},
131132
"defaultProject": "springwolf-ui"
132-
}
133+
}

src/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Redirects from what the browser requests to what we serve
2+
/ /asyncapi-ui.html

0 commit comments

Comments
 (0)