[Add] Add GA to public and config file

change /news to /cfp/news
This commit is contained in:
mysper
2021-01-19 20:31:44 +08:00
parent 70bf0dbecc
commit da4817f9a9
5 changed files with 113 additions and 5 deletions

View File

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

View File

@@ -26,7 +26,7 @@ export const routes: RouteConfig[] = [
}
},
{
path: '/news',
path: '/cfp/news',
name: 'news',
component: News,
meta: {