Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Dec 6, 2024
1 parent 92de5f4 commit 34a1589
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 123 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/deploy.yml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/workflows/nextjs.yml

This file was deleted.

6 changes: 2 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const nextConfig = {
module.exports = {
output: 'export',
images: {
unoptimized: true,
},
}
}

module.exports = nextConfig
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit 34a1589

Please sign in to comment.