[fix] / redirect to /cfp
This commit is contained in:
parent
99bb68c18b
commit
bb18d1b7ef
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021 && mv ./dist/app.html ./dist/index.html",
|
||||
"build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021 && cp ./dist/app.html ./dist/index.html",
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -10,7 +10,7 @@ export const routes: RouteConfig[] = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'Home',
|
||||
component: CFP,
|
||||
redirect: '/cfp',
|
||||
meta: {
|
||||
index: 0,
|
||||
label: 'SITCON 2021',
|
||||
|
Loading…
x
Reference in New Issue
Block a user