updates URLs

This commit is contained in:
koehr 2020-11-26 23:48:41 +01:00
parent 1777db0f5a
commit 868952e03b
10 changed files with 12 additions and 30 deletions

View file

@ -1,2 +0,0 @@
export{G as goto,H as prefetch,I as prefetchRoutes,J as start}from"./navigation-92e499c1.js";
//# sourceMappingURL=entry-5717511c.js.map

View file

@ -1 +0,0 @@
{"version":3,"file":"entry-5717511c.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -67,15 +67,15 @@
</style> </style>
<link rel="modulepreload" href="/_app/entry-5717511c.js"> <link rel="modulepreload" href="/_app/entry-649f6703.js">
<link rel="modulepreload" href="/_app/navigation-92e499c1.js"> <link rel="modulepreload" href="/_app/navigation-fb0da7b0.js">
<link rel="modulepreload" href="/_app/index-899307f0.js"> <link rel="modulepreload" href="/_app/index-ef061602.js">
<link rel="modulepreload" href="/_app/inject_styles-cd877ae9.js"> <link rel="modulepreload" href="/_app/inject_styles-cd877ae9.js">
<link rel="stylesheet" href="/_app/index-dbc182e1.css"> <link rel="stylesheet" href="/_app/index-dbc182e1.css">
<script type="module"> <script type="module">
import { start } from '/_app/entry-5717511c.js'; import { start } from '/_app/entry-649f6703.js';
start({ start({
target: document.body target: document.body
@ -495,6 +495,11 @@
<span class="ratio svelte-4f3clh">61%</span></div> <span class="ratio svelte-4f3clh">61%</span></div>
<div class="entry-size-bar svelte-4f3clh highlighted"></div> <div class="entry-size-bar svelte-4f3clh highlighted"></div>
<div class="entry-ratio-bar svelte-4f3clh yellow red"></div> <div class="entry-ratio-bar svelte-4f3clh yellow red"></div>
</li><li style="--size:70;--ratio:5%"><div class="entry svelte-4f3clh"><span class="url svelte-4f3clh"><a href="https://blakehawkins.com/blog" rel="noopener" target="_blank">blakehawkins.com/blog</a></span>
<span class="size svelte-4f3clh">70kb</span>
<span class="ratio svelte-4f3clh">5%</span></div>
<div class="entry-size-bar svelte-4f3clh highlighted"></div>
<div class="entry-ratio-bar svelte-4f3clh"></div>
</li><li style="--size:74;--ratio:7%"><div class="entry svelte-4f3clh"><span class="url svelte-4f3clh"><a href="https://lite.cnn.com" rel="noopener" target="_blank">lite.cnn.com</a></span> </li><li style="--size:74;--ratio:7%"><div class="entry svelte-4f3clh"><span class="url svelte-4f3clh"><a href="https://lite.cnn.com" rel="noopener" target="_blank">lite.cnn.com</a></span>
<span class="size svelte-4f3clh">74kb</span> <span class="size svelte-4f3clh">74kb</span>
<span class="ratio svelte-4f3clh">7%</span></div> <span class="ratio svelte-4f3clh">7%</span></div>

View file

@ -121,3 +121,4 @@ https://www.unindented.org/
https://tom.kobalt.dev/map https://tom.kobalt.dev/map
https://fanael.github.io/ https://fanael.github.io/
https://matthall.codes/ https://matthall.codes/
https://blakehawkins.com/blog

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
node ./compile-list.js && node ./compile-list.mjs &&
yarn build && yarn build &&
scp -r build/* 250kb.club:/srv/http/250kb.club/ && scp -r build/* 250kb.club:/srv/http/250kb.club/ &&
git commit -am 'updates URLs' && git commit -am 'updates URLs' &&

File diff suppressed because one or more lines are too long