Skip to content

Commit

Permalink
feat: site deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Sep 17, 2024
1 parent 44d5c98 commit 35adff6
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 13 deletions.
12 changes: 0 additions & 12 deletions site/app/api/search/route.ts

This file was deleted.

7 changes: 6 additions & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx"
"postinstall": "fumadocs-mdx",
"deploy": "npm run deploy:build && npm run deploy:fix && npm run deploy:github",
"deploy:github": "gh-pages -d out/ -t true",
"deploy:build": "DEPLOY=true next build",
"deploy:fix": "cp out/docs.html out/docs/index.html"
},
"dependencies": {
"fumadocs-core": "13.4.10",
"fumadocs-mdx": "10.0.2",
"fumadocs-ui": "13.4.10",
"gh-pages": "^6.1.1",
"next": "^14.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit 35adff6

Please sign in to comment.