Skip to content

Commit

Permalink
Fix site
Browse files Browse the repository at this point in the history
* new very fast, more spacious, playground
* proper syntax highlighting for MDX
* static (except for playground), no RSC, super fast, can be hosted everywhere
  • Loading branch information
wooorm committed Sep 29, 2023
1 parent 07e2b36 commit a2c8693
Show file tree
Hide file tree
Showing 96 changed files with 4,108 additions and 4,828 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 2 additions & 2 deletions docs/404.server.mdx → docs/404.mdx
@@ -1,5 +1,5 @@
import {Note} from './_component/note.server.js'
export {Home as default} from './_component/home.server.js'
import {Note} from './_component/note.jsx'
export {Home as default} from './_component/home.jsx'
export const navExclude = true

# 404: Not found
Expand Down

1 comment on commit a2c8693

@vercel
Copy link

@vercel vercel bot commented on a2c8693 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mdx – ./

v2.mdxjs.com
mdx-git-main-mdx.vercel.app
mdx-mdx.vercel.app
mdxjs.com

Please sign in to comment.