Skip to content

Commit

Permalink
New translations how-to-secure-api-keys-using-nextjs-server-component…
Browse files Browse the repository at this point in the history
…s.mdx (Hindi)
  • Loading branch information
benface committed Dec 13, 2024
1 parent b78adac commit 57779c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ title: कैसे सुरक्षित करें API Keys का उप
### चरण 1: पर्यावरण चर सेट करें

1. हमारे Next.js प्रोजेक्ट की जड़ में, एक.env.local फ़ाइल बनाएं।
2. हमारा API कुंजी जोड़ें: API_KEY=<api_key_here>.
2. हमारा API कुंजी जोड़ें: `API_KEY=<api_key_here>`.

### चरण 2: एक सर्वर घटक बनाएं

Expand Down

0 comments on commit 57779c3

Please sign in to comment.