Skip to content

Commit

Permalink
docs: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 9, 2025
1 parent c1890a7 commit da1ff2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions docs/pages/_app.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
6 changes: 6 additions & 0 deletions docs/pages/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
index: 'Getting Started',
config: 'Configuration',
ci: 'GitHub Actions',
detail: 'Detail',
}
6 changes: 0 additions & 6 deletions docs/pages/_meta.json

This file was deleted.

0 comments on commit da1ff2e

Please sign in to comment.