File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/content/blog/vibe-coding-guide Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import secretsProtection from '@/images/secret-protection.webp'
11
11
import vibeCodingPremium from ' @/images/vibe-coding-protection.webp'
12
12
import secretsHero from ' @/images/vibe-coding-survival-guide.webp'
13
13
import gettingGot from ' @/images/getting-got.webp'
14
+ import secretsFlow from ' @/images/secrets-flow.webp'
14
15
15
16
import { createMetadata } from ' @/utils/createMetadata'
16
17
@@ -136,6 +137,8 @@ git reset --hard HEAD~1
136
137
137
138
## 3. Secrets & Environment Variables — Baby Steps 🍼
138
139
140
+ <Image src = { secretsFlow } alt = " How secrets flow" />
141
+
139
142
** Secret** → a password-like string that unlocks a paid API or private database.
140
143
** Environment variable (.env)** → a locked drawer your code can peek into at runtime so secrets don't sit in code.
141
144
You can’t perform that action at this time.
0 commit comments