mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
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:
@@ -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
Reference in New Issue
Block a user