Skip to content

Commit a4f4e8a

Browse files
committed
Merge upstream/main: resolve conflict in careers hero CTA buttons
2 parents b17bfb7 + 6e7e478 commit a4f4e8a

36 files changed

Lines changed: 1464 additions & 1706 deletions

.env.example

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ ALGOLIA_INDEX_NAME=your_algolia_index_name
2323
SHOPIFY_STORE_DOMAIN=your-store.myshopify.com
2424
SHOPIFY_STOREFRONT_ACCESS_TOKEN=your_storefront_access_token_here
2525

26-
# Firebase Configuration (if needed)
27-
# FIREBASE_API_KEY=your_firebase_api_key
28-
# FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
29-
# FIREBASE_PROJECT_ID=your_firebase_project_id
26+
# Clerk Authentication Configuration
27+
# Browser-safe publishable key used by the frontend
28+
VITE_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
29+
# Server-side secret key used by Clerk tooling only. Do not expose this in browser code.
30+
CLERK_SECRET_KEY=your_clerk_secret_key_here
3031

3132
# EmailJS Configuration (for Contact Us page)
3233
# Sign up at https://www.emailjs.com and create a service + template

.github/ISSUE_TEMPLATE/Create feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ body:
6060
- label: "I want to work on this issue"
6161
required: false
6262
- label: "I am a part of gssoc26"
63-
required: true
63+
required: false

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ body:
5151
- label: "I want to work on this issue"
5252
required: false
5353
- label: "I am a part of gssoc26"
54-
required: true
54+
required: false

.github/ISSUE_TEMPLATE/documentation_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ body:
5757
- label: "I want to work on this issue"
5858
required: false
5959
- label: "I am a part of gssoc26"
60-
required: true
60+
required: false
311 KB
Loading
18.8 KB
Loading
37 KB
Loading
180 KB
Loading
45.1 KB
Loading

blog/azure-cost-optimization/index.md

Lines changed: 466 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)