mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-12 21:48:37 +03:00
Update src with privacy policy and tos
This commit is contained in:
@@ -10,6 +10,18 @@ const routes = [
|
||||
name: "home",
|
||||
component: HomeView,
|
||||
},
|
||||
{
|
||||
path: "/privacy",
|
||||
name: "Privacy Policy",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "privacy" */ "../views/PrivacyView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/tos",
|
||||
name: "Terms of Use",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "tos" */ "../views/TOSView.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
const router = new VueRouter({
|
||||
|
||||
Reference in New Issue
Block a user