Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Jun 20, 2024
1 parent 1af1f14 commit 9c5bc50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const App = ({ Component, pageProps }: AppProps) => {
strategy="beforeInteractive"
src="https://github.com/kmturley/webaudio-controls/releases/download/v1.0.0/webaudio-controls.min.js"
/>
<Script strategy="beforeInteractive" src="https://kmturley.github.io/sfz-web-player/sfz.min.js" />
<Script strategy="beforeInteractive" src="https://sfzlab.github.io/sfz-web-player/sfz.min.js" />
<Component {...pageProps} />
</>
);
Expand Down
2 changes: 1 addition & 1 deletion styles/global.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url("https://kmturley.github.io/sfz-web-player/main.min.css");
@import url("https://sfzlab.github.io/sfz-web-player/main.min.css");

html {
scroll-behavior: smooth;
Expand Down

0 comments on commit 9c5bc50

Please sign in to comment.