Skip to content

Commit

Permalink
deploy: f68619b
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidobrinski committed Feb 1, 2024
1 parent ce4b0b0 commit 6187227
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 14 deletions.
14 changes: 8 additions & 6 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,31 @@
<link rel="icon" href="/scratchpad/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="/scratchpad/apple-touch-icon-180x180.png">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#334155" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">

<link rel="modulepreload" href="/scratchpad/_app/immutable/entry/start.dbZNLHRO.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/chunks/entry.7ehf-Pi2.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/entry/start.pmqQS_kq.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/chunks/entry.XExXibnc.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/chunks/scheduler.zVM0ol8Y.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/chunks/index.4zaEo9GE.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/entry/app._Bebfgkj.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/entry/app.685okMtB.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/chunks/preload-helper.0HuHagjb.js">
<link rel="modulepreload" href="/scratchpad/_app/immutable/chunks/index.z3y6Y5TD.js">
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">
<script>
{
__sveltekit_49aeb5 = {
__sveltekit_8i1l1u = {
base: "/scratchpad",
assets: "/scratchpad"
};

const element = document.currentScript.parentElement;

Promise.all([
import("/scratchpad/_app/immutable/entry/start.dbZNLHRO.js"),
import("/scratchpad/_app/immutable/entry/app._Bebfgkj.js")
import("/scratchpad/_app/immutable/entry/start.pmqQS_kq.js"),
import("/scratchpad/_app/immutable/entry/app.685okMtB.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
Expand Down

Large diffs are not rendered by default.

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

1 change: 0 additions & 1 deletion _app/immutable/entry/start.dbZNLHRO.js

This file was deleted.

1 change: 1 addition & 0 deletions _app/immutable/entry/start.pmqQS_kq.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{a as t}from"../chunks/entry.XExXibnc.js";export{t as start};

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":"1706754327271"}
{"version":"1706754884544"}
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Scratchpad","short_name":"Scratchpad","start_url":"/scratchpad","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/scratchpad","theme_color":"#ffffff","icons":[{"src":"pwa-64x64.png","sizes":"64x64","type":"image/png"},{"src":"pwa-192x192.png","sizes":"192x192","type":"image/png"},{"src":"pwa-512x512.png","sizes":"512x512","type":"image/png","purpose":"any"},{"src":"maskable-icon-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}]}
{"name":"Scratchpad","short_name":"Scratchpad","start_url":"/scratchpad","display":"standalone","background_color":"#334155","lang":"en","scope":"/scratchpad","theme_color":"#334155","icons":[{"src":"pwa-64x64.png","sizes":"64x64","type":"image/png"},{"src":"pwa-192x192.png","sizes":"192x192","type":"image/png"},{"src":"pwa-512x512.png","sizes":"512x512","type":"image/png","purpose":"any"},{"src":"maskable-icon-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}]}
Loading

0 comments on commit 6187227

Please sign in to comment.