Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web-app/packages/admin-app/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { LoginView } from './modules/user'

export const createRouter = (pinia: Pinia) => {
const router = createRouterInstance({
history: createWebHistory(),
history: createWebHistory(import.meta.env.BASE_URL),
routes: [
{
path: '/:pathMatch(.*)*',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const settingsItems = ref<AppSettingsItemConfig[]>([
{
title: 'Collect statistics',
description:
'Help us improve Mergin Maps by sharing usage information. Mergin Maps collects anonymous usage information to make the service better overtime. You can opt-out anytime.',
'Help us improve Mergin Maps by sharing usage information. Mergin Maps collects anonymous usage information to make the service better overtime.',
key: 'usageInformation'
}
])
Expand Down
Loading