My personal website. Now written from scratch! arctictherogue.xyz
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add wrangler.toml

Arctic d26f7532 f96f286b

+7 -1
-1
.gitignore
··· 2 2 _cache 3 3 .env 4 4 .idea 5 - wrangler.toml
+7
wrangler.toml
··· 1 + name = "website" 2 + compatibility_date = "2026-3-23" 3 + preview_urls = false 4 + workers_dev = false 5 + 6 + [assets] 7 + directory = "./_site"