Skip to content

Commit

Permalink
prepend link with BASE_PATH
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Eng <[email protected]>
  • Loading branch information
CBenton0212 and austinEng committed Aug 1, 2023
1 parent 39c1684 commit b698367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const MainLayout: React.FunctionComponent<AppProps> = ({
<h3>Other Pages</h3>
<ul className={styles.exampleList}>
<li>
<a target="_blank" href="/workload-simulator.html">
<a target="_blank" href={`${process.env.BASE_PATH || ''}/workload-simulator.html`>
Workload Simulator ↗️
</a>
</li>
Expand Down

0 comments on commit b698367

Please sign in to comment.