Skip to content

Commit

Permalink
docs: modifying typos in guide document (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbjbc authored Jan 29, 2025
1 parent 0989791 commit e2abb8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Velite is framework agnostic, and out of the box support for React, Vue, Svelte,
- image processing by [Sharp](https://sharp.pixelplumbing.com)
- file watching by [Chokidar](https://github.com/paulmillr/chokidar)

### Fast Rebuid
### Fast Rebuild

More then **1000** documents with **2000** assets, less then **8s** for cold start, less then **60ms** for hot rebuild.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/using-mdx.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ import { Callout } from '../components/callout'

:::

If Velite uses a bundler to comiple your MDX, the `Callout` component will be bundled into each MDX file, which will cause a lot of redundancy in the output code.
If Velite uses a bundler to compile your MDX, the `Callout` component will be bundled into each MDX file, which will cause a lot of redundancy in the output code.

Instead, simply use whatever components you want in your MDX files without a import.

Expand Down

0 comments on commit e2abb8a

Please sign in to comment.