with the path
This commit is contained in:
parent
ec260de2a9
commit
5d540b7675
File diff suppressed because one or more lines are too long
1
docs/_app/assets/pages/index.svelte-78e065d5.css
Normal file
1
docs/_app/assets/pages/index.svelte-78e065d5.css
Normal file
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
".svelte-kit/runtime/client/start.js": {
|
||||
"file": "start-8298e967.js",
|
||||
"file": "start-444cd0bc.js",
|
||||
"src": ".svelte-kit/runtime/client/start.js",
|
||||
"isEntry": true,
|
||||
"imports": [
|
||||
@ -41,7 +41,7 @@
|
||||
"_index-c417fbcb.js"
|
||||
],
|
||||
"css": [
|
||||
"assets/pages/index.svelte-01dac908.css"
|
||||
"assets/pages/index.svelte-78e065d5.css"
|
||||
],
|
||||
"assets": [
|
||||
"assets/Faktos-34d5460e.ttf",
|
||||
|
1
docs/_app/start-444cd0bc.js
Normal file
1
docs/_app/start-444cd0bc.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"version":"1648943558440"}
|
||||
{"version":"1648947789108"}
|
@ -5,17 +5,17 @@
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="content-security-policy" content="">
|
||||
<link rel="modulepreload" href="/_app/start-8298e967.js">
|
||||
<link rel="modulepreload" href="/_app/chunks/index-ef7ebca2.js">
|
||||
<link rel="modulepreload" href="/_app/chunks/index-c417fbcb.js">
|
||||
<link rel="modulepreload" href="/aotds-docks/_app/start-444cd0bc.js">
|
||||
<link rel="modulepreload" href="/aotds-docks/_app/chunks/index-ef7ebca2.js">
|
||||
<link rel="modulepreload" href="/aotds-docks/_app/chunks/index-c417fbcb.js">
|
||||
</head>
|
||||
<body>
|
||||
<div id="svelte">
|
||||
<script type="module" data-hydrate="45h">
|
||||
import { start } from "/_app/start-8298e967.js";
|
||||
import { start } from "/aotds-docks/_app/start-444cd0bc.js";
|
||||
start({
|
||||
target: document.querySelector('[data-hydrate="45h"]').parentNode,
|
||||
paths: {"base":"","assets":""},
|
||||
paths: {"base":"/aotds-docks","assets":"/aotds-docks"},
|
||||
session: {},
|
||||
route: true,
|
||||
spa: true,
|
||||
|
@ -6,8 +6,11 @@ export default {
|
||||
kit: {
|
||||
// outDir: './docs',
|
||||
// hydrate the <div id="svelte"> element in src/app.html
|
||||
paths: {
|
||||
base: "/aotds-docks",
|
||||
},
|
||||
adapter: adapter({
|
||||
fallback: 'index.html'
|
||||
fallback: "index.html",
|
||||
}),
|
||||
vite: {
|
||||
build: {
|
||||
|
Loading…
Reference in New Issue
Block a user