Skip to content

Commit 8bf6ede

Browse files
committed
Build: (edfabbc) πŸ”€ Merge #5: πŸ› Environment variables in wrong location
1 parent 2bab76d commit 8bf6ede

File tree

182 files changed

+1364
-1588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+1364
-1588
lines changed

β€Ž404.html

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@
55
<link rel="icon" href="./favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77

8-
<!-- <meta property="og:type" content="website" />
9-
<meta content="Animated Java" property="og:title" />
10-
<meta
11-
content="A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition."
12-
property="og:description"
13-
/>
14-
<meta content="https://animated-java.github.io" property="og:url" />
15-
<meta
16-
content="https://animated-java.github.io/img/animated_java_animated_icon.png"
17-
property="og:image"
18-
/>
19-
<meta content="#00ACED" data-react-helmet="true" name="theme-color" /> -->
20-
218
<script>
229
const key = 'svelteness::color-scheme'
2310
const scheme = localStorage[key]
@@ -30,27 +17,27 @@
3017
</script>
3118

3219

33-
<link rel="modulepreload" href="./_app/immutable/entry/start.BSvLS1HV.js">
34-
<link rel="modulepreload" href="./_app/immutable/chunks/entry.DuN1vg0q.js">
35-
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.D0aDYUtM.js">
36-
<link rel="modulepreload" href="./_app/immutable/chunks/index._5oPF3vM.js">
20+
<link rel="modulepreload" href="./_app/immutable/entry/start.CKn1K3aO.js">
21+
<link rel="modulepreload" href="./_app/immutable/chunks/entry.BXArTHC8.js">
22+
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.24DCJvkM.js">
3723
<link rel="modulepreload" href="./_app/immutable/chunks/control.CYgJF_JY.js">
38-
<link rel="modulepreload" href="./_app/immutable/entry/app.DutxkUT0.js">
39-
<link rel="modulepreload" href="./_app/immutable/chunks/index.IO6a9142.js">
24+
<link rel="modulepreload" href="./_app/immutable/entry/app.D63QYPeR.js">
25+
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.D6kgxu3v.js">
26+
<link rel="modulepreload" href="./_app/immutable/chunks/index.Bxj0scGo.js">
4027
</head>
4128
<body data-sveltekit-preload-data="hover">
4229
<div style="display: contents">
4330
<script>
4431
{
45-
__sveltekit_vofyy = {
32+
__sveltekit_1q5iv0c = {
4633
base: new URL(".", location).pathname.slice(0, -1)
4734
};
4835

4936
const element = document.currentScript.parentElement;
5037

5138
Promise.all([
52-
import("./_app/immutable/entry/start.BSvLS1HV.js"),
53-
import("./_app/immutable/entry/app.DutxkUT0.js")
39+
import("./_app/immutable/entry/start.CKn1K3aO.js"),
40+
import("./_app/immutable/entry/app.D63QYPeR.js")
5441
]).then(([kit, app]) => {
5542
kit.start(app, element);
5643
});

β€Ž_app/env.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž_app/immutable/assets/0.C-SDI6LE.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž_app/immutable/assets/0.C7VWNqjE.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ž_app/immutable/assets/2.BF4ZYJUu.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž_app/immutable/assets/2.C4TTI6oA.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ž_app/immutable/assets/WigglyText.BNjPNjkc.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž_app/immutable/assets/WigglyText.BTIGNqe4.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ž_app/immutable/assets/_layout.CY6Z7syb.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž_app/immutable/assets/_layout.JS2sC8HW.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)