+1
-1
.tangled/workflows/deploy.yml
+1
-1
.tangled/workflows/deploy.yml
···
37
37
- name: deploy assets to wisp
38
38
command: |
39
39
# Download Wisp CLI
40
-
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-aarch64-linux -o wisp-cli
40
+
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
41
41
42
42
chmod +x wisp-cli
43
43
+1
-1
src/index.html
+1
-1
src/index.html
···
3
3
<head>
4
4
<meta charset="UTF-8" />
5
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
-
<title>Bun + React</title>
6
+
<title>nekomimi.pet</title>
7
7
<link rel="preconnect" href="https://fonts.googleapis.com" />
8
8
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
9
<link