Variables for the API have been updated

This commit is contained in:
2022-02-16 13:21:35 +01:00
parent 04ad8334ba
commit 519bad5689
10 changed files with 16 additions and 12 deletions

View File

@@ -64,13 +64,16 @@ const routes = [
{
path: '*',
name: '404',
meta: {
title: 'Błąd 404'
},
component: NotFound
}
]
const router = new VueRouter({
mode: 'history',
base: process.env.BASE_URL ?? '/',
base: '/',
routes,
scrollBehavior (to, from, savedPosition) {
if (savedPosition) {