fix publisherId config

This commit is contained in:
Ulf Gebhardt 2021-10-14 15:49:23 +02:00
parent e58c5726cb
commit 5baf5e26c6
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -68,7 +68,7 @@
<script>
import NavbarToggleButton from '@/components/NavbarToggleButton'
import VueQrcode from 'vue-qrcode'
import { CONFIG } from '../../config'
import CONFIG from '../../config'
export default {
name: 'sidebar',