Compare changes

Choose any two refs to compare.

Changed files
+3 -23
.tangled
workflows
src
+1 -1
.tangled/workflows/deploy.yml
···
- name: deploy assets to wisp
command: |
# Download Wisp CLI
-
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-aarch64-linux -o wisp-cli
+
curl https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
chmod +x wisp-cli
+1 -21
README.md
···
-
# bun-react-tailwind-shadcn-template
-
-
To install dependencies:
-
-
```bash
-
bun install
-
```
-
-
To start a development server:
-
-
```bash
-
bun dev
-
```
-
-
To run for production:
-
-
```bash
-
bun start
-
```
-
-
This project was created using `bun init` in bun v1.3.1. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
+
https://nekomimi.pet
+1 -1
src/index.html
···
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
-
<title>Bun + React</title>
+
<title>nekomimi.pet</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link