Skip to content
Snippets Groups Projects
vue.config.js 196 B
Newer Older
ivelov-vm's avatar
ivelov-vm committed
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
ivelov-vm's avatar
ivelov-vm committed
  transpileDependencies: true,
  publicPath: process.env.NODE_ENV === "production" ? "/landing-pad/" : "/",
ivelov-vm's avatar
ivelov-vm committed
})