Skip to content

Commit

Permalink
Create nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Oct 17, 2023
1 parent 36584cd commit 3a654d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 40 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/gh-pages.yaml

This file was deleted.

File renamed without changes.
10 changes: 7 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
const nextConfig = {
assetPrefix: '/vulcain-website/',
basePath: "/vulcain-website",
images: {
loader: 'akamai',
path: '',
unoptimized: true,
},
assetPrefix: './',
experimental: {
assetPrefix: '/vulcain-website/',
basePath: "/vulcain-website",
}
};

module.exports = nextConfig;

0 comments on commit 3a654d4

Please sign in to comment.