Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
vite.config.js 170 B
Newer Older
  • Learn to ignore specific revisions
  • // vite.config.js
    // https://vitejs.dev/guide/static-deploy.html#gitlab-pages-and-gitlab-ci
    
    const URL = process.env.BASE_URL || '/';
    
    export default {
      base: `${URL}`
    }