mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 16:20:03 +00:00
Moved config and user customizable assets to public
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
import Router from 'vue-router';
|
||||
import Home from './views/Home.vue';
|
||||
import conf from './data/conf.yml'; // Main site configuration
|
||||
import conf from '../public/conf.yml'; // Main site configuration
|
||||
|
||||
Vue.use(Router);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user