Add links.json to store external resources and update .gitignore to include it

This commit is contained in:
Adrian Altner 2026-03-30 16:39:52 +02:00
parent ad7fa6f966
commit 9dfd3ef840
2 changed files with 21 additions and 0 deletions

2
.gitignore vendored
View file

@ -14,6 +14,8 @@ pnpm-debug.log*
# local content hotfolder
src/content/*
!src/content/links/
!src/content/links/links.json
# environment variables
.env