Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Oct 27, 2023
1 parent 4392463 commit 4a5c0b0
Show file tree
Hide file tree
Showing 23 changed files with 649 additions and 269 deletions.
13 changes: 7 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import("next").NextConfig} */
const nextConfig = {
output: "export",
}

export default nextConfig
/** @type {import("next").NextConfig} */
const nextConfig = {
images: { unoptimized: true },
output: "export",
}

export default nextConfig
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"@radix-ui/react-switch": "1.0.3",
"@tauri-apps/api": "1.5.1",
"clsx": "2.0.0",
"flowbite": "2.0.0",
"flowbite-react": "0.6.4",
"jotai": "2.5.0",
"lucide-react": "0.289.0",
"lucide-react": "0.290.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.47.0"
Expand Down
Loading

0 comments on commit 4a5c0b0

Please sign in to comment.