mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-12 21:48:37 +03:00
implements single URL archiving
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { createRouter, createWebHistory } from 'vue-router';
|
||||
import HomeView from '../views/HomeView.vue';
|
||||
import SheetView from '../views/SheetView.vue';
|
||||
import UrlView from '../views/UrlView.vue';
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -10,9 +11,14 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/sheets',
|
||||
name: 'sheets',
|
||||
name: 'Google Sheets Archiving',
|
||||
component: SheetView,
|
||||
},
|
||||
{
|
||||
path: '/urls',
|
||||
name: 'URL Archiving',
|
||||
component: UrlView,
|
||||
},
|
||||
{
|
||||
path: '/privacy',
|
||||
name: 'Privacy Policy',
|
||||
|
||||
Reference in New Issue
Block a user