redirect to 3.0

This commit is contained in:
tanner0101 2018-04-02 22:19:20 -04:00
parent 300664df96
commit c8d1e44454
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ mv 2.0/site build/2.0;
mv 3.0/site build/3.0;
mv 1.5/.couscous/generated build/1.5;
echo "<meta http-equiv=\"refresh\" content=\"0; url=/2.0/\">" > build/index.html;
echo "<meta http-equiv=\"refresh\" content=\"0; url=/3.0/\">" > build/index.html;
git add .
git commit -am "deploy"
git push