Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-hash committed Jan 5, 2025
1 parent ff94d9b commit 6e0fdc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: out
path: ./appv2/out

# Deployment job
deploy:
Expand Down
9 changes: 0 additions & 9 deletions appv2/next.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
/** @type {import('next').NextConfig} */
/*const nextConfig = {
images: {
domains: [
'raw.githubusercontent.com',
],
},
}
module.exports = nextConfig*/
const nextConfig = {
reactStrictMode: true,
output: "export",
Expand Down

0 comments on commit 6e0fdc8

Please sign in to comment.