Source content from Obsidian vault via CONTENT_BASE env var
Locally: reads from /Users/neeldhara/gitea/obsidian/public/blogs/micro (via .env) CI: reads from ./src/content (snapshot committed to repo) Amp-Thread-ID: https://ampcode.com/threads/T-019c7839-0936-729b-aa87-92b35d3d68fe Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
parent
f5ea28ef66
commit
c32a14ce5a
4 changed files with 16 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,5 +1,8 @@
|
|||
# build output
|
||||
dist/
|
||||
|
||||
# local env
|
||||
.env
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
|
|
@ -22,3 +25,6 @@ pnpm-debug.log*
|
|||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue