[fix] corruct link url

This commit is contained in:
mysper 2021-01-19 21:09:41 +08:00
parent 3e1bc1a99d
commit e7c8ec7bba
3 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021", "build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021 && mv ./dist/app.html ./dist/index.html",
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
@ -34,4 +34,4 @@
"vue-cli-plugin-prerender-spa": "~1.1.6", "vue-cli-plugin-prerender-spa": "~1.1.6",
"vue-template-compiler": "^2.6.11" "vue-template-compiler": "^2.6.11"
} }
} }

View File

@ -13,10 +13,11 @@
<meta property="og:site_name" content="SITCON 2021 學生計算機年會 | Students' Information Technology Conference" /> <meta property="og:site_name" content="SITCON 2021 學生計算機年會 | Students' Information Technology Conference" />
<link rel="icon" href="<%= BASE_URL %>sitcon-logo.png"> <link rel="icon" href="<%= BASE_URL %>sitcon-logo.png">
<title>SITCON 學生計算機年會 2021</title> <title>SITCON 學生計算機年會 2021</title>
<noscript>{{{ %GA_TEMPLATE% }}}</noscript>
</head> </head>
<body> <body>
<noscript>{{{ %GA_TEMPLATE% }}}</noscript>
<noscript> <noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong> Please enable it to continue.</strong>

View File

@ -109,7 +109,7 @@
<div class="button-post"> <div class="button-post">
<button <button
class="buttons" class="buttons"
onclick="window.location.href='/cfp/news'" onclick="window.location.href='/2021/cfp/news'"
><h3>投稿資訊</h3></button> ><h3>投稿資訊</h3></button>
<!-- NOTE: this button's hover won't work because paper.png is too big --> <!-- NOTE: this button's hover won't work because paper.png is too big -->
<button <button