Skip to content

Commit a2c8693

Browse files
authored
Fix site
* new very fast, more spacious, playground * proper syntax highlighting for MDX * static (except for playground), no RSC, super fast, can be hosted everywhere
1 parent 07e2b36 commit a2c8693

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+4108
-4828
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/404.server.mdx renamed to docs/404.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {Note} from './_component/note.server.js'
2-
export {Home as default} from './_component/home.server.js'
1+
import {Note} from './_component/note.jsx'
2+
export {Home as default} from './_component/home.jsx'
33
export const navExclude = true
44

55
# 404: Not found

0 commit comments

Comments
 (0)