Add modifications for gh-page build

masks
Warinyourself 4 years ago
parent 179dca1260
commit ef7ebb6d22

@ -1,10 +1,11 @@
import { AppInputThemeSlider } from '@/models/app'
import { appWindow, Lightdm } from '@/models/lightdm'
import { appWindow } from '@/models/lightdm'
import { AppModule } from '@/store/app'
import { PageModule } from '@/store/page'
import { debounce, DebounceSettings } from 'lodash'
export const modKey = 'fn'
const isFinalBuild = process.env.VUE_APP_VIEW === 'build'
export const modKey = 'ctrl'
export const languageMap: Record<string, string> = {
ru: 'Русский',
en: 'English',

@ -1,5 +1,6 @@
const isGithubView = process.env.VUE_APP_VIEW === 'github'
module.exports = {
publicPath: '',
publicPath: isGithubView ? '/lightdm-webkit-theme-osmos/' : '',
runtimeCompiler: true,
transpileDependencies: ['vuex-module-decorators'],

Loading…
Cancel
Save