Skip to content

Commit 1222dfd

Browse files
committed
Add new domain
1 parent c685681 commit 1222dfd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: .upsun/config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ routes:
4141
"https://www.{default}":
4242
type: redirect
4343
to: "https://{default}/"
44+
45+
"https://{all}/":
46+
type: upstream
47+
upstream: "fastsun:http"

Diff for: index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<title>FastSun</title>
88
</head>
99
<body>
10-
<div id="app">FastSun loading...</div>
11-
<div>Loading...</div>
10+
<div id="app">Loading...</div>
1211
<script type="module" src="/src/main.ts"></script>
1312
</body>
1413
</html>

0 commit comments

Comments
 (0)