We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2282c7a commit 236533dCopy full SHA for 236533d
README.md
@@ -62,6 +62,7 @@ const isProd = process.env.NODE_ENV === "production";
62
63
const nextConfig = {
64
reactStrictMode: true,
65
+ output: 'exports',
66
images: {
67
unoptimized: true, // GitHub Pages doesn't support Next.js Image Optimization
68
},
@@ -145,7 +146,7 @@ git push origin main
145
146
147
## Step 9: Follow These Image Instructions
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)
150
151
## Step 10: Deploy Your Project
152
0 commit comments