We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d0fc2 commit 20c74a8Copy full SHA for 20c74a8
2 files changed
.github/workflows/nextjs.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Upload artifact
89
uses: actions/upload-pages-artifact@v3
90
with:
91
- path: ./dist
+ path: ./out
92
93
# Deployment job
94
deploy:
next.config.ts
@@ -2,7 +2,6 @@ import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
output: "export",
5
- distDir: "dist", // output director
6
images: {
7
unoptimized: true,
8
},
0 commit comments