3 Commits

Author SHA1 Message Date
Jamil
9d640b52b4 feat(website): 09/2025 devlog (#10571)
First in a series of new monthly devlog posts to summarize what we've
shipped over the previous month.

Intentionally detailed and engineering focused - added a new
`Engineering` section to the blog.

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2025-10-21 03:35:41 +00:00
Jamil
a81874d07b feat(docs): Show page last updated at for each doc page (#4587)
This was quite hairy. The best approach I came up with is to use `git`'s
last modified date. But Vercel uses a shallow clone, so the file's
modification date isn't preserved.

Luckily, I found an undocumented ENV var, `VERCEL_DEEP_CLONE` that fixes
this when set to `true`.

Using this technique we can generate any file's modified timestamp and
load it from a server component to render.

Fixes #3960 

<img width="321" alt="Screenshot 2024-04-10 at 11 11 49 PM"
src="https://github.com/firezone/firezone/assets/167144/07fe89cd-d792-49ca-b25b-8472fa19de8b">
2024-04-11 14:59:02 +00:00
Jamil
3023c716c9 Add updates from master that we want in cloud (#1774)
Adds the changes we want to keep in cloud in prep for #1726:

- `website/`
- `.codespellrc` updates
- `README.md` updates
2023-07-13 02:54:44 +00:00