mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-24 14:00:27 +01:00
🚧 Define typo
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { RouteRecordRaw } from 'vue-router'
|
||||
import GettingStarted from './getting-started.vue'
|
||||
import GettingStarted from './Getting-started.vue'
|
||||
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{ path: '/documentation/getting-started', component: GettingStarted },
|
||||
{ path: '/documentation/Getting-started', component: GettingStarted },
|
||||
]
|
||||
|
||||
export default routes
|
||||
Reference in New Issue
Block a user