Skip to content

Commit

Permalink
Merge pull request #13 from Play2HelpWorld-com/Create-HomePage
Browse files Browse the repository at this point in the history
configure the next.config.js for static site
  • Loading branch information
ibugithub authored Sep 6, 2023
2 parents ef350e2 + 3fc8bdd commit 2fd209c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@



// When to deploying on the github pages.
module.exports = {

output: {
export: true,
},
output: 'export',
};

0 comments on commit 2fd209c

Please sign in to comment.