Skip to content

Commit

Permalink
docs: Fix incorrectly formatted table in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Jul 24, 2024
1 parent daa164f commit 4be01b4
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import WebappContentful from './_webapp_contentful.mdx';

##### Other optional web app variables

| Name | Description |
| --------------------------------- | ------------------------------------------------------------------------- | ------ |
| Name | Description | |
|-----------------------------------|---------------------------------------------------------------------------|--------|
| VITE_BASE_API_URL | Path to access backend API. Set if you want to override default behaviour | `/api` |
| VITE_STRIPE_PUBLISHABLE_KEY | Stripe Publishable key |
| VITE_SENTRY_DSN | [Sentry](https://sentry.io/) client key |
| VITE_GOOGLE_ANALYTICS_TRACKING_ID | Google Analytics 4 GTM ID |
| VITE_STRIPE_PUBLISHABLE_KEY | Stripe Publishable key | |
| VITE_SENTRY_DSN | [Sentry](https://sentry.io/) client key | |
| VITE_GOOGLE_ANALYTICS_TRACKING_ID | Google Analytics 4 GTM ID | |

0 comments on commit 4be01b4

Please sign in to comment.