Skip to content

Commit

Permalink
Modified Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Aug 28, 2024
1 parent d36dd90 commit 12581db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
const repo = "ai4b-website";

let assetPrefix = `/${repo}/`;
let basePath = `/${repo}`;

const nextConfig = {
basePath: process.env.GITHUB_ACTIONS ? basePath : "",
basePath: "/ai4b-website",
output: "export",
eslint: {
ignoreDuringBuilds: true,
Expand Down

0 comments on commit 12581db

Please sign in to comment.