Skip to content

Commit

Permalink
deploy workflow try 5
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed May 8, 2024
1 parent 662caea commit bc1fe97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
generator_config_file: ./client/next-gh.config.js
- name: Restore cache
uses: actions/cache@v4
with:
Expand Down
11 changes: 11 additions & 0 deletions client/next-gh.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
output: 'export',
basePath : '/4-growth',
images: {
unoptimized: true,
}
};

export default nextConfig;

0 comments on commit bc1fe97

Please sign in to comment.