瀏覽代碼

Fixed issue with frontend config

Kristian Vos 3 年之前
父節點
當前提交
c1ce912236
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}`;