Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrklif committed Oct 20, 2024
1 parent 79907d5 commit 6049063
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/pets/favicon.png" />
<link rel="icon" href="https://lyrklif.github.io/pets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="modulepreload" href="/pets/_app/immutable/entry/start.FfrN9Z44.js">
<link rel="modulepreload" href="/pets/_app/immutable/chunks/entry.B5oYXqf6.js">
<link rel="modulepreload" href="/pets/_app/immutable/chunks/scheduler.Bg8jKZla.js">
<link rel="modulepreload" href="/pets/_app/immutable/chunks/index.GckKkJID.js">
<link rel="modulepreload" href="/pets/_app/immutable/chunks/paths.CbFwOuiu.js">
<link rel="modulepreload" href="/pets/_app/immutable/entry/app.BS5EX2Ou.js">
<link rel="modulepreload" href="/pets/_app/immutable/chunks/index.BQd2NE1s.js">

<link rel="modulepreload" href="https://lyrklif.github.io/pets/_app/immutable/entry/start.FfrN9Z44.js">
<link rel="modulepreload" href="https://lyrklif.github.io/pets/_app/immutable/chunks/entry.B5oYXqf6.js">
<link rel="modulepreload" href="https://lyrklif.github.io/pets/_app/immutable/chunks/scheduler.Bg8jKZla.js">
<link rel="modulepreload" href="https://lyrklif.github.io/pets/_app/immutable/chunks/index.GckKkJID.js">
<link rel="modulepreload" href="https://lyrklif.github.io/pets/_app/immutable/chunks/paths.CbFwOuiu.js">
<link rel="modulepreload" href="https://lyrklif.github.io/pets/_app/immutable/entry/app.BS5EX2Ou.js">
<link rel="modulepreload" href="https://lyrklif.github.io/pets/_app/immutable/chunks/index.BQd2NE1s.js">
</head>
<body
data-sveltekit-preload-data="hover"
Expand All @@ -28,8 +28,8 @@
const element = document.currentScript.parentElement;

Promise.all([
import("/pets/_app/immutable/entry/start.FfrN9Z44.js"),
import("/pets/_app/immutable/entry/app.BS5EX2Ou.js")
import("https://lyrklif.github.io/pets/_app/immutable/entry/start.FfrN9Z44.js"),
import("https://lyrklif.github.io/pets/_app/immutable/entry/app.BS5EX2Ou.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down

0 comments on commit 6049063

Please sign in to comment.