From a33a95fd68de966d30570a095a7eb66e53ab304c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alby=20Hern=C3=A1ndez?= Date: Thu, 21 Dec 2023 07:56:30 +0000 Subject: [PATCH] docs: Add some references to documentation for Vite --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 3385cdf..2b394bd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -15,8 +15,8 @@ export default defineConfig({ // ATTENTION: // With custom domain only a slash is needed // Using GH Pages, the entire repository name is required + // Ref: https://vitejs.dev/guide/static-deploy#github-pages base: "/application-new/", - // base: "/", build: { commonjsOptions: { transformMixedEsModules: true,