Skip to content

Commit

Permalink
fix second
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemkaDev committed May 31, 2024
1 parent 114bc20 commit f57d0dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const withNextIntl = createNextIntlPlugin();
/** @type {import('next').NextConfig} */
var nextConfig = {
output: 'export',
basePath: "/",
images: {
unoptimized: true,
},
Expand All @@ -26,7 +25,7 @@ if (isGithubActions) {
// // trim off `<owner>/`
const repo = process.env.GITHUB_REPOSITORY.replace(/.*?\//, '')

assetPrefix = `/${repo}/`
assetPrefix = `/`
basePath = ``
nextConfig = {
output: 'export',
Expand Down

0 comments on commit f57d0dc

Please sign in to comment.