Skip to content

Commit 2294b99

Browse files
committed
chore(springwolf-ui): support cloudflare pages
1 parent 3de33f2 commit 2294b99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

springwolf-ui/src/_redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
. /springwolf-ui/asyncapi-ui.html 302
2+
/ /springwolf-ui/asyncapi-ui.html 302
3+
/springwolf-ui/ /springwolf-ui/asyncapi-ui.html 302

springwolf-ui/src/asyncapi-ui.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>Springwolf</title>
6-
<base href="/" />
76
<meta name="viewport" content="width=device-width, initial-scale=1" />
87
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
98
<link

0 commit comments

Comments
 (0)