Skip to content

Commit

Permalink
fix(gp): img and css
Browse files Browse the repository at this point in the history
  • Loading branch information
iammursal committed Mar 2, 2024
1 parent 40cd262 commit 91c0fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export' ,
output: 'export',
// Add basePath
basePath: '/github-pages',
// images: {
// unoptimized: true,
// },
Expand Down

0 comments on commit 91c0fe8

Please sign in to comment.