Skip to content

Commit

Permalink
fix : config other
Browse files Browse the repository at this point in the history
  • Loading branch information
watchakorn-18k committed Nov 24, 2024
1 parent bf01707 commit 665e2fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Empty file added .nojekyll
Empty file.
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
basePath: "/18k-radio.github.io",
distDir: "docs",
output: "export",
reactStrictMode: true,
images: {
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"deploy": "next build && gh-pages -d out"
},
"dependencies": {
"gh-pages": "^6.2.0",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"next": "15.0.3"
"react-dom": "19.0.0-rc-66855b96-20241106"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 665e2fb

Please sign in to comment.