Skip to content

Commit

Permalink
Nojekyll and workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinBarto committed Feb 11, 2024
1 parent a6e5cd7 commit 4dea595
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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
# static_site_generator: next
- name: Restore cache
uses: actions/cache@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
distDir: 'out'
basePath: "/moon-mission-landing-page",
images: {
unoptimized: true,
},
};

export default nextConfig;
1 change: 1 addition & 0 deletions public/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 4dea595

Please sign in to comment.