add redirects for broken pages

This commit is contained in:
techtolentino 2022-08-01 13:11:47 -07:00
parent 2ce0584ea5
commit d8c63691b9
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<template>
<head>
<meta http-equiv="refresh" content="0; URL=/learn/summer-school/introduction-to-quantum-computing-and-quantum-hardware-2020">
</head>
</template>

View File

@ -1,3 +1,4 @@
<!-- eslint-disable vue/multi-word-component-names -->
<template>
<head>
<meta http-equiv="refresh" content="0; URL=/learn">

View File

@ -0,0 +1,5 @@
<template>
<head>
<meta http-equiv="refresh" content="0; URL=/learn/summer-school/quantum-computing-and-quantum-learning-2021">
</head>
</template>