[Add] Add GA to public and config file
change /news to /cfp/news
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -26,7 +26,7 @@ export const routes: RouteConfig[] = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/news',
|
||||
path: '/cfp/news',
|
||||
name: 'news',
|
||||
component: News,
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user