nekomeowww
commited on
Commit
·
5b7a26c
1
Parent(s):
ccbd823
release: build cad43b7240569e5a5f5760bbd64447afe9d4c8aa
Browse files- _headers +7 -0
- index.html +6 -0
_headers
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/assets/*
|
2 |
cache-control: max-age=31536000
|
3 |
cache-control: immutable
|
|
|
1 |
+
# Plausible.io analytics
|
2 |
+
#
|
3 |
+
# Proxying Plausible through Netlify | Plausible docs
|
4 |
+
# https://plausible.io/docs/proxy/guides/netlify
|
5 |
+
/assets/page-external-data/js/script.js https://plausible.io/js/script.js 200
|
6 |
+
/api/v1/page-external-data/submit https://plausible.io/api/event 200
|
7 |
+
|
8 |
/assets/*
|
9 |
cache-control: max-age=31536000
|
10 |
cache-control: immutable
|
index.html
CHANGED
@@ -17,6 +17,12 @@
|
|
17 |
document.documentElement.classList.toggle('dark', true)
|
18 |
})()
|
19 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
<script src="/assets/js/CubismSdkForWeb-5-r.1/Core/live2dcubismcore.min.js"></script>
|
21 |
<script type="module" crossorigin src="/assets/index-CprH4Fwn.js"></script>
|
22 |
<link rel="stylesheet" crossorigin href="/assets/index-D1ANCCMh.css">
|
|
|
17 |
document.documentElement.classList.toggle('dark', true)
|
18 |
})()
|
19 |
</script>
|
20 |
+
<script
|
21 |
+
defer
|
22 |
+
data-domain="airi.ayaka.io"
|
23 |
+
data-api="/api/v1/page-external-data/submit"
|
24 |
+
src="/assets/page-external-data/js/script.js"
|
25 |
+
></script>
|
26 |
<script src="/assets/js/CubismSdkForWeb-5-r.1/Core/live2dcubismcore.min.js"></script>
|
27 |
<script type="module" crossorigin src="/assets/index-CprH4Fwn.js"></script>
|
28 |
<link rel="stylesheet" crossorigin href="/assets/index-D1ANCCMh.css">
|