Skip to content

Commit

Permalink
Fix docs instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Feb 19, 2024
1 parent e213ce6 commit 97e97e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/readme.mdx
Expand Up @@ -2,6 +2,6 @@
title: 'Readme'
---

import Readme from 'theme-ui/README.md'
import Readme from '../../../theme-ui/README.md'

<Readme />
3 changes: 1 addition & 2 deletions packages/theme-ui/package.json
Expand Up @@ -33,8 +33,7 @@
},
"default": "./jsx-dev-runtime/dist/theme-ui-jsx-dev-runtime.cjs.js"
},
"./package.json": "./package.json",
"./README.md": "./README.md"
"./package.json": "./package.json"
},
"types": "dist/theme-ui.cjs.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit 97e97e8

Please sign in to comment.