Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
c8e4 committed Jun 9, 2024
1 parent 036cadd commit e77c643
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
escript.online

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1717900905187"}
{"version":"1717901453730"}
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
<link rel="manifest" href="./site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="modulepreload" href="./_app/immutable/entry/start.b20fe95f.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.c02c2a98.js">
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.69cebe96.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.b8e59a9c.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.ecaaf426.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.94f7f585.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.b4c952e0.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.81d0d906.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.a4192956.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.fa628abb.js">
</head>
<body data-sveltekit-preload-data="hover">

<script>
{
__sveltekit_un0r1a = {
__sveltekit_d1ree3 = {
assets: "/escript-online",
base: new URL(".", location).pathname.slice(0, -1),
env: {}
Expand All @@ -29,8 +29,8 @@
const element = document.currentScript.parentElement;

Promise.all([
import("./_app/immutable/entry/start.b20fe95f.js"),
import("./_app/immutable/entry/app.b4c952e0.js")
import("./_app/immutable/entry/start.c02c2a98.js"),
import("./_app/immutable/entry/app.81d0d906.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down

0 comments on commit e77c643

Please sign in to comment.