You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,23 +23,23 @@ pnpm dev
23
23
24
24
## Scripts
25
25
26
-
| Command | Description |
27
-
|---------|-------------|
28
-
|`pnpm dev`| Start dev server |
29
-
|`pnpm build`| Production build |
30
-
|`pnpm preview`| Preview production build |
31
-
|`pnpm test`| Run tests in watch mode |
32
-
|`pnpm test:run`| Run tests once (CI) |
33
-
|`pnpm lint`| Lint with ESLint |
26
+
| Command | Description|
27
+
|--------------- |------------------------ |
28
+
|`pnpm dev`| Start dev server|
29
+
|`pnpm build`| Production build|
30
+
|`pnpm preview`| Preview production build |
31
+
|`pnpm test`| Run tests in watch mode|
32
+
|`pnpm test:run`| Run tests once (CI) |
33
+
|`pnpm lint`| Lint with ESLint|
34
34
35
35
The Open Graph image at `/og-image.png` is generated at build time from `public/og-image.svg` and `public/logo.png` via a [static file endpoint](https://docs.astro.build/en/guides/endpoints/#static-file-endpoints) (`src/pages/og-image.png.ts`).
36
36
37
37
## Environment variables
38
38
39
-
| Variable | Description |
40
-
|----------|-------------|
41
-
|`PUBLIC_SITE_URL`| Canonical site URL for meta tags |
42
-
|`PUBLIC_DISCORD_INVITE_URL`| Discord invite link for CTAs |
0 commit comments