Skip to content

Commit

Permalink
Adding redirect from old base url
Browse files Browse the repository at this point in the history
  • Loading branch information
kurt committed Sep 17, 2024
1 parent 3b650df commit 2730ddf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Old Page</title>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; URL=https://prototyping-studio.github.io/docs/" />
</head>
</html>

0 comments on commit 2730ddf

Please sign in to comment.