added cookie-consent + privacy policy + fixed #32
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -20,6 +20,13 @@ const routes = [
|
||||
main: lazyLoadView('Home')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/privacy-policy',
|
||||
name: '{PrivacyPolicy}',
|
||||
components: {
|
||||
main: lazyLoadView('PrivacyPolicy')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/matches',
|
||||
name: 'Explore',
|
||||
|
||||
Reference in New Issue
Block a user