Skip to content

Commit

Permalink
make sq happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethaasan committed Mar 15, 2024
1 parent 31dd718 commit 243e35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let assetPrefix;
let basePath;

if (isGithubActions) {
const repo = process.env.GITHUB_REPOSITORY.replace(/.*?\//, '');
const repo = process.env.GITHUB_REPOSITORY.replace('asyncapi/', '');
assetPrefix = `/${repo}/`;
basePath = `/${repo}`;
}
Expand Down

0 comments on commit 243e35f

Please sign in to comment.