mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 01:47:17 +02:00
polish(v2): improve codesandbox template package.json (#4074)
This commit is contained in:
parent
0a5d3069ee
commit
eeb167e244
13 changed files with 119 additions and 89 deletions
|
@ -54,7 +54,7 @@ function Feature({imageUrl, title, description}) {
|
|||
);
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
function Home() {
|
||||
const context = useDocusaurusContext();
|
||||
const {siteConfig = {}} = context;
|
||||
return (
|
||||
|
@ -93,3 +93,5 @@ export default function Home() {
|
|||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export default Home;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue