Skip to content

Commit

Permalink
fix export (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-jake authored Dec 10, 2024
1 parent 2034563 commit d06cd87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/testapp/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
3 changes: 3 additions & 0 deletions examples/testapp/next.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
output: 'export',
};
2 changes: 1 addition & 1 deletion examples/testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"export": "next build && next export"
"export": "next build"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
Expand Down

0 comments on commit d06cd87

Please sign in to comment.