Skip to content

Commit 20c74a8

Browse files
committed
Update next.config.ts.
1 parent 58d0fc2 commit 20c74a8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Upload artifact
8989
uses: actions/upload-pages-artifact@v3
9090
with:
91-
path: ./dist
91+
path: ./out
9292

9393
# Deployment job
9494
deploy:

next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
output: "export",
5-
distDir: "dist", // output director
65
images: {
76
unoptimized: true,
87
},

0 commit comments

Comments
 (0)