diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..200376b --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +www.l2k.tech \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index 7d94ed6..caf1fbf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,6 @@ -if (process.env.NODE_ENV === 'production'){ - module.exports = { - publicPath: '/kalman/' - } +module.exports = { + publicPath: process.env.NODE_ENV === 'production' ? '/' : '/', + outputDir: 'dist', + assetsDir: '', + productionSourceMap: false } \ No newline at end of file