Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
praiseisaac committed Mar 24, 2024
1 parent 789e056 commit 25c0a8a
Show file tree
Hide file tree
Showing 4 changed files with 1,171 additions and 159 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"embla-carousel-react": "^7.0.5",
"eslint": "8.27.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.0.2",
"eslint-config-next": "14.0.1",
"magic-sdk": "^10.0.0",
"next": "13.0.2",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
Expand Down
Empty file added public/.nojekyll
Empty file.
Loading

0 comments on commit 25c0a8a

Please sign in to comment.