Skip to content

Commit

Permalink
update config and pages
Browse files Browse the repository at this point in the history
  • Loading branch information
adase11 committed Oct 7, 2024
1 parent 3f26898 commit 9113614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
with:
name: github-pages
artifact_name: github-pages
5 changes: 3 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ const nextConfig = {
output: 'export',
images: {
unoptimized: true,
}
},
trailingSlash: true,
// Uncomment and set these to your actual base path and asset prefix if needed for GitHub Pages or other hosting
// basePath: '/your-repo-name',
// assetPrefix: '/your-repo-name/',
};

export default nextConfig;
export default nextConfig;

0 comments on commit 9113614

Please sign in to comment.