Skip to content

Commit 236533d

Browse files
authored
Update README.md
1 parent 2282c7a commit 236533d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const isProd = process.env.NODE_ENV === "production";
6262

6363
const nextConfig = {
6464
reactStrictMode: true,
65+
output: 'exports',
6566
images: {
6667
unoptimized: true, // GitHub Pages doesn't support Next.js Image Optimization
6768
},
@@ -145,7 +146,7 @@ git push origin main
145146

146147
## Step 9: Follow These Image Instructions
147148

148-
<a href="/deploye.pdf" target="_blank" rel="noopener noreferrer">View PDF</a>
149+
[View PDF](https://CoderRedwing.github.io/Next.js-project-to-GitHub-Pages/deploye.pdf)
149150

150151
## Step 10: Deploy Your Project
151152

0 commit comments

Comments
 (0)