Skip to content

Commit

Permalink
Update vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 21, 2024
1 parent 055219a commit 8396264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pages/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ const { defineConfig } = require('@vue/cli-service')

module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false // ESLint hataları için build'i engellemeyecek
lintOnSave: false, // ESLint hataları için build'i engellemeyecek
publicPath: process.env.NODE_ENV === 'production' ? '/UUID/' : '/'
})

0 comments on commit 8396264

Please sign in to comment.