=setup post data
This commit is contained in:
parent
b0c64d01e9
commit
47489abb1e
11 changed files with 306 additions and 157 deletions
|
@ -5,17 +5,17 @@
|
|||
<link rel="icon" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="modulepreload" href="/_app/immutable/entry/start.38c5e77c.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/entry/start.cac80759.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.9172086d.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.03494c70.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/entry/app.59a2edc6.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/index.c679962e.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.7663c071.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/entry/app.8f82bb2b.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/index.3ce947e1.js">
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">
|
||||
<script>
|
||||
{
|
||||
__sveltekit_t5ayim = {
|
||||
__sveltekit_cctu1m = {
|
||||
base: "",
|
||||
env: {}
|
||||
};
|
||||
|
@ -23,8 +23,8 @@
|
|||
const element = document.currentScript.parentElement;
|
||||
|
||||
Promise.all([
|
||||
import("/_app/immutable/entry/start.38c5e77c.js"),
|
||||
import("/_app/immutable/entry/app.59a2edc6.js")
|
||||
import("/_app/immutable/entry/start.cac80759.js"),
|
||||
import("/_app/immutable/entry/app.8f82bb2b.js")
|
||||
]).then(([kit, app]) => {
|
||||
kit.start(app, element);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue