Skip to content

Commit 79dea0f

Browse files
authored
fix typo in page and video (#134)
1 parent 00b3984 commit 79dea0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs-site/src/content/docs/docs/guides/dynamic-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to manage dynamic and static config items in DMNO in your
55

66
If you do any front-end development, you're probably used to the concept of replacing references to env vars with actual values _at build time_ (e.g., [vite](https://vitejs.dev/config/shared-options.html#define), [webpack](https://webpack.js.org/plugins/define-plugin/)). This is useful so that:
77
- the client doesn't have to fetch config before using it
8-
- bundlers can drop unreachable code and dependendencies
8+
- bundlers can drop unreachable code and dependencies
99

1010
In most frameworks and build tools, this concept is tightly coupled with something being _**public**_, and is triggered via a special prefix (e.g., `NEXT_PUBLIC_`) but can also be dependent on _where and how_ you access the config, especially now that server-side/hybrid rendering is gaining popularity over the totally static JAMStack sites of the last decade.
1111

packages/docs-site/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import intellisenseImg from '@/assets/docs-images/platform-intellisense-example.
1111
import leakImg from '@/assets/docs-images/security-demo.png';
1212
import screenshotImg from '@/assets/blog/screenshot-with-comments.png';
1313
14-
const muxId = "dTb7Y3p00ajAOcSF4x00DZN7lkXGU00i2nfW3puCWVfyos";
14+
const muxId = "FmBLL2H1yt6cEfqz01QVje7LSlI8DtF9Vn18NRsv5o6E";
1515
---
1616
<LandingPage
1717
title="DMNO"

0 commit comments

Comments
 (0)