Skip to content

Commit 6b3a2e4

Browse files
committed
build new version
1 parent 96070ad commit 6b3a2e4

39 files changed

+85
-176
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/index.html

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,38 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="description" content="" />
6-
<link rel="icon" href="/sveltekit-typescript/favicon.png" />
6+
<link rel="icon" href="./favicon.png" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<meta http-equiv="content-security-policy" content="">
9-
<link rel="modulepreload" href="/sveltekit-typescript/internal/immutable/start-31b09c91.js">
10-
<link rel="modulepreload" href="/sveltekit-typescript/internal/immutable/chunks/index-5f61433e.js">
11-
<link rel="modulepreload" href="/sveltekit-typescript/internal/immutable/chunks/singletons-c74efc9d.js">
12-
<link rel="modulepreload" href="/sveltekit-typescript/internal/immutable/chunks/paths-b4419565.js">
8+
9+
<link rel="modulepreload" href="./internal/immutable/entry/start.pcRCx5Ww.js">
10+
<link rel="modulepreload" href="./internal/immutable/chunks/entry.ClBLOP0T.js">
11+
<link rel="modulepreload" href="./internal/immutable/chunks/runtime.CoQ7hKXU.js">
12+
<link rel="modulepreload" href="./internal/immutable/chunks/paths.CUJp4_nD.js">
13+
<link rel="modulepreload" href="./internal/immutable/chunks/index-client.DJH4y2Tx.js">
14+
<link rel="modulepreload" href="./internal/immutable/entry/app.BLD608SE.js">
15+
<link rel="modulepreload" href="./internal/immutable/chunks/preload-helper.sQ-3-82f.js">
16+
<link rel="modulepreload" href="./internal/immutable/chunks/render.D4oYIA4h.js">
17+
<link rel="modulepreload" href="./internal/immutable/chunks/disclose-version.DDrOHCmQ.js">
1318
</head>
1419
<body>
1520
<div>
16-
<script type="module" data-sveltekit-hydrate="45h">
17-
import { start } from "/sveltekit-typescript/internal/immutable/start-31b09c91.js";
21+
<script>
22+
{
23+
__sveltekit_1v60s35 = {
24+
base: new URL(".", location).pathname.slice(0, -1),
25+
assets: "/sveltekit-typescript"
26+
};
1827

19-
start({
20-
env: {},
21-
paths: {"base":"/sveltekit-typescript","assets":"/sveltekit-typescript"},
22-
target: document.querySelector('[data-sveltekit-hydrate="45h"]').parentNode,
23-
version: "1672502356740"
24-
});
25-
</script></div>
28+
const element = document.currentScript.parentElement;
29+
30+
Promise.all([
31+
import("./internal/immutable/entry/start.pcRCx5Ww.js"),
32+
import("./internal/immutable/entry/app.BLD608SE.js")
33+
]).then(([kit, app]) => {
34+
kit.start(app, element);
35+
});
36+
}
37+
</script>
38+
</div>
2639
</body>
2740
</html>

docs/internal/env.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const env={}

docs/internal/immutable/assets/_page-18a0e67e.css renamed to docs/internal/immutable/assets/2.BbAFknCJ.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/internal/immutable/assets/_page.BbAFknCJ.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/internal/immutable/assets/duckdb-browser-eh.worker.D6ypKDsm.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/internal/immutable/assets/duckdb-browser-mvp.worker.CM-L3bpJ.js

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
34 MB
Binary file not shown.
-19.7 MB
Binary file not shown.
38.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)