Skip to content

Commit b4a8116

Browse files
deploy: restore gh-pages 404 fallback
1 parent 6926630 commit b4a8116

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

404.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="/growup/favicon.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
8+
<meta http-equiv="pragma" content="no-cache" />
9+
<meta http-equiv="expires" content="0" />
10+
11+
<link rel="modulepreload" href="/growup/_app/immutable/entry/start.ChSl71o1.js">
12+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/D-YuVhO7.js">
13+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/CcVkWGgp.js">
14+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/B_IMTHmB.js">
15+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/1hPTKaIJ.js">
16+
<link rel="modulepreload" href="/growup/_app/immutable/entry/app.NdzUau4j.js">
17+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/Dap9sqf4.js">
18+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/_V9dK3ok.js">
19+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/BSGnc2-w.js">
20+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/DjjCU3Mi.js">
21+
<link rel="modulepreload" href="/growup/_app/immutable/chunks/D0L70MBb.js">
22+
<link rel="modulepreload" href="/growup/_app/env.js">
23+
</head>
24+
<body data-sveltekit-preload-data="hover">
25+
<div style="display: contents">
26+
<script>
27+
{
28+
__sveltekit_16y8cse = {
29+
base: "/growup",
30+
assets: "/growup",
31+
env: null
32+
};
33+
34+
const element = document.currentScript.parentElement;
35+
36+
import("/growup/_app/env.js").then(({ env }) => {
37+
__sveltekit_16y8cse.env = env;
38+
39+
Promise.all([
40+
import("/growup/_app/immutable/entry/start.ChSl71o1.js"),
41+
import("/growup/_app/immutable/entry/app.NdzUau4j.js")
42+
]).then(([kit, app]) => {
43+
kit.start(app, element);
44+
});
45+
});
46+
}
47+
</script>
48+
</div>
49+
</body>
50+
</html>

0 commit comments

Comments
 (0)