fix submodules option and remove privacy page
All checks were successful
Build and publish the docker image / build (push) Successful in 1m15s
All checks were successful
Build and publish the docker image / build (push) Successful in 1m15s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
const UserView = () => import('../views/UserView.vue')
|
||||
const PageNotFound = () => import('../views/PageNotFound.vue')
|
||||
const PrivacyPageView = () => import('../views/PrivacyPageView.vue')
|
||||
const HomepageView = () => import('../views/HomepageView.vue')
|
||||
const CategoryView = () => import('../views/CategoryView.vue')
|
||||
const SearchPageView = () => import('../views/SearchPageView.vue')
|
||||
@ -34,11 +33,6 @@ const router = createRouter({
|
||||
path: '/directory/category/:game',
|
||||
component: CategoryView
|
||||
},
|
||||
{
|
||||
path: '/privacy',
|
||||
name: 'about',
|
||||
component: PrivacyPageView
|
||||
},
|
||||
{
|
||||
path: '/following',
|
||||
component: FollowingView
|
||||
|
Reference in New Issue
Block a user