Skip to content

Commit

Permalink
feat(tutorial): complete step 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Anamika T S committed Dec 7, 2023
1 parent 3c53f7c commit 00f1ff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: 'export',
};

module.exports = nextConfig;
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"deploy": "gh-pages -d out",
"start": "next start",
"lint": "next lint",
"ci-check": "yarn format:diff",
Expand All @@ -21,6 +22,7 @@
"@octokit/core": "4.2.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"gh-pages": "^6.1.0",
"next": "13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit 00f1ff2

Please sign in to comment.