Skip to content

Commit

Permalink
- FIX: Fixed wrong usage of process in store.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed May 6, 2024
1 parent f882aca commit 9c412ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import createPersistedState from 'vuex-persistedstate'
import { bootstrap } from 'vue-gtag'
import { userHasPermission } from '@/plugins/misc'

let name = process.env.VUE_APP_INSTANCE_NAME
let name = import.meta.env.VUE_APP_INSTANCE_NAME

if (!name) {
name = 'frickl-next-' + window.location.pathname
Expand Down

0 comments on commit 9c412ec

Please sign in to comment.