Skip to content

Commit

Permalink
Update website build config (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
szhsin authored Jul 23, 2024
1 parent 44ec194 commit 441fc5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions example/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
reactStrictMode: true,
output: 'export',
basePath: '/react-menu',
eslint: {
dirs: ['src']
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
Expand Down
4 changes: 2 additions & 2 deletions example/src/data/styleGuide.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const stylesheet = {
desc: (
<>
<p>
Different transition animations when menu opens or closes. Currently there is only
one as <code>slide.css</code>.
CSS animations for menu opening and closing. Currently included are{' '}
<code>zoom.css</code> and <code>slide.css</code>.
</p>
</>
)
Expand Down

0 comments on commit 441fc5b

Please sign in to comment.