📚 add screenshots (README.md, docs/curl.png, docs/webpage.png)

This commit is contained in:
ひでまる 2025-01-28 17:09:57 +09:00
parent dad2e652d0
commit 94cefec3c9
3 changed files with 9 additions and 1 deletions

View file

@ -10,6 +10,14 @@ A "410 Gone" frontend page for a Federated SNS. [View Demo Page](https://fedi-go
</div> </div>
<details>
<summary>View Screenshots</summary>
![curl](./docs/curl.png)
![webpage](./docs/webpage.png)
</details>
## Usage 💨 ## Usage 💨
You need to write `src/consts.ts` according to your instance information. You need to write `src/consts.ts` according to your instance information.
@ -30,7 +38,7 @@ vercel deploy --prod
``` ```
<details> <details>
<summary>Show default src/consts.ts</summary> <summary>View default src/consts.ts</summary>
```ts ```ts
export const DOMAIN = "ap.example.tld"; export const DOMAIN = "ap.example.tld";

BIN
docs/curl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

BIN
docs/webpage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB