Skip to content

Commit

Permalink
Merge pull request #25 from sitcon-tw:fix/ci-ci-not-working
Browse files Browse the repository at this point in the history
feat: update next.config.mjs to include the new path for the dist folder
  • Loading branch information
dada878 authored Nov 18, 2024
2 parents e3fb86a + 39c384b commit 5f17b34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts


dist
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
distDir: "dist",
};

export default nextConfig;

0 comments on commit 5f17b34

Please sign in to comment.