[fix] corruct link url
This commit is contained in:
parent
3e1bc1a99d
commit
e7c8ec7bba
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -34,4 +34,4 @@
|
||||
"vue-cli-plugin-prerender-spa": "~1.1.6",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
}
|
||||
}
|
||||
}
|
@ -13,10 +13,11 @@
|
||||
<meta property="og:site_name" content="SITCON 2021 學生計算機年會 | Students' Information Technology Conference" />
|
||||
<link rel="icon" href="<%= BASE_URL %>sitcon-logo.png">
|
||||
<title>SITCON 學生計算機年會 2021</title>
|
||||
<noscript>{{{ %GA_TEMPLATE% }}}</noscript>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>{{{ %GA_TEMPLATE% }}}</noscript>
|
||||
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
|
||||
Please enable it to continue.</strong>
|
||||
|
@ -109,7 +109,7 @@
|
||||
<div class="button-post">
|
||||
<button
|
||||
class="buttons"
|
||||
onclick="window.location.href='/cfp/news'"
|
||||
onclick="window.location.href='/2021/cfp/news'"
|
||||
><h3>投稿資訊</h3></button>
|
||||
<!-- NOTE: this button's hover won't work because paper.png is too big -->
|
||||
<button
|
||||
|
Loading…
x
Reference in New Issue
Block a user