-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 1.59 KB
/
Copy path.env.example
File metadata and controls
24 lines (20 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copy this file to `.env` and fill in your values.
# All VITE_ variables are inlined into the client bundle at build time.
# ─── Site ───────────────────────────────────────────────────────────────────
# Canonical public URL (no trailing slash). Used for <link rel="canonical">,
# Open Graph / Twitter card URLs, and JSON-LD. Falls back to
# https://parthchittalwar.dev if unset.
VITE_SITE_URL=https://parthchittalwar.dev
# ─── GitHub Stats (optional, Phase 2) ───────────────────────────────────────
# GitHub username for the optional stats widget. Leave unset to disable.
# VITE_GITHUB_USERNAME=ParthChittalwar
# ─── Deployment sub-path (GitHub Pages project sites only) ──────────────────
# Leave blank for Vercel / Netlify / Cloudflare Pages / GitHub Pages user sites.
# Example for a project site served from github.com/user/repo:
# VITE_BASE_PATH=/repo/
# ─── Analytics (all optional) ───────────────────────────────────────────────
# Leave a variable unset or blank to disable that provider entirely.
# No tracking code is injected when the variables are absent.
# VITE_GA_MEASUREMENT_ID=G-XXXXXXXXXX # Google Analytics 4
# VITE_CLARITY_PROJECT_ID=xxxxxxxxxx # Microsoft Clarity
# VITE_PLAUSIBLE_DOMAIN=parthchittalwar.dev # Plausible