Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
container:
image: node:latest

check_task:
node_modules_cache:
folder: node_modules
fingerprint_script: cat yarn.lock
populate_script: yarn install
build_script: yarn build
ping_featurepeek_script: bash <(curl -s https://peek.run/ci)
8 changes: 0 additions & 8 deletions .github/FUNDING.yml

This file was deleted.

1 change: 0 additions & 1 deletion CNAME

This file was deleted.

1 change: 1 addition & 0 deletions peek.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
staticBuildPath: /_site
Loading