Remove the pterodactyl directory when handling assets
This supports moving away from multiple-theme support in the Panel since that is no longer going to be offered.
This commit is contained in:
parent
f09eb8eec9
commit
b35eb77a70
18 changed files with 9 additions and 9 deletions
|
@ -7,7 +7,7 @@ import VueRouter from 'vue-router';
|
|||
|
||||
// Helpers
|
||||
import { Ziggy } from './helpers/ziggy';
|
||||
import Locales from './../../../../resources/lang/locales';
|
||||
import Locales from './../../../resources/lang/locales';
|
||||
|
||||
// Base Vuejs Templates
|
||||
import Login from './components/auth/Login';
|
||||
|
@ -19,7 +19,7 @@ window.Ziggy = Ziggy;
|
|||
Vue.use(Vuex);
|
||||
|
||||
const store = new Vuex.Store({ plugins: [createFlashStore()] });
|
||||
const route = require('./../../../../vendor/tightenco/ziggy/src/js/route').default;
|
||||
const route = require('./../../../vendor/tightenco/ziggy/src/js/route').default;
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
Vue.mixin({ methods: { route } });
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue