Skip to content

Commit

Permalink
changed ouptu directory name in next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovodo committed May 16, 2024
1 parent 4154a82 commit d97c6f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
with:
path: ./out
path: ./dist

deploy:
environment:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# next.js
/.next/
# /out/
/out/

# production
/build
Expand Down
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export", // <=== enables static exports
distDir: "dist",
images: {
unoptimized: true,
},
Expand Down

0 comments on commit d97c6f9

Please sign in to comment.