Browse Source

Fixed issue with frontend config

Kristian Vos 3 years ago
parent
commit
c1ce912236
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/main.js

+ 1 - 1
frontend/src/main.js

@@ -9,7 +9,7 @@ import store from "./store";
 
 import AppComponent from "./App.vue";
 
-const REQUIRED_CONFIG_VERSION = 5;
+const REQUIRED_CONFIG_VERSION = 6;
 
 const handleMetadata = attrs => {
 	document.title = `Musare | ${attrs.title}`;