fix: redirect "/textbook-beta" to "/learn" (#2658)

* add textbook-beta redirect

* fix lint error
This commit is contained in:
Randy 2022-06-09 08:06:03 -07:00 committed by GitHub
parent 15e9cbdcd3
commit 5b75ceabad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
pages/textbook-beta.vue Normal file
View File

@ -0,0 +1,5 @@
<template>
<head>
<meta http-equiv="refresh" content="0; URL=/learn">
</head>
</template>