Skip to content

Commit

Permalink
Fix redirect stuck in a loop
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Oct 30, 2023
1 parent 7355a55 commit 7ca45f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/skin-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<title>
Redirecting to https://surge-synthesizer.github.io/skin-manual/
</title>
<meta http-equiv="refresh" content="0; URL=/skin-manual" />
<meta
http-equiv="refresh"
content="0; URL=https://surge-synthesizer.github.io/skin-manual/" />
<link
rel="canonical"
href="https://surge-synthesizer.github.io/skin-manual/" />
Expand Down

0 comments on commit 7ca45f4

Please sign in to comment.