mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-23 20:21:04 +02:00
no 404 on refresh
This commit is contained in:
@@ -6,7 +6,9 @@ const items = [
|
||||
{ title: 'Map', icon: 'mdi-map', to: '/' },
|
||||
{ title: 'What is an ALPR?', icon: 'mdi-cctv', to: '/what-is-an-alpr' },
|
||||
{ title: 'Report an ALPR', icon: 'mdi-map-marker-plus', to: '/report' },
|
||||
{ title: 'Feature Roadmap', icon: 'mdi-road-variant', to: '/roadmap' },
|
||||
{ title: 'About', icon: 'mdi-information', to: '/about' },
|
||||
{ title: 'Contact', icon: 'mdi-email', to: '/contact' },
|
||||
]
|
||||
const drawer = ref(false)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user