From 09507938de04c24104160e13c9e7e5209bd61a83 Mon Sep 17 00:00:00 2001 From: Quentin Bolsee <quentinbolsee@hotmail.com> Date: Wed, 11 Oct 2023 12:25:00 -0400 Subject: [PATCH] vite base --- dist/index.html | 8 ++++---- vite.config.js | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dist/index.html b/dist/index.html index 23aab02..bafa2c7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -3,13 +3,13 @@ <html> <head> <link rel="icon" type="image/x-icon" href="images/logo.png"> - + <meta charset="utf-8"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> - <script type="module" crossorigin src="/assets/main-e1885530.js"></script> - <link rel="stylesheet" type="text/css" href="/assets/index-c5b4e48b.css"> + <script type="module" crossorigin src="https://quentinbolsee.pages.cba.mit.edu/gerber2png/assets/main-e1885530.js"></script> + <link rel="stylesheet" href="https://quentinbolsee.pages.cba.mit.edu/gerber2png/assets/index-c5b4e48b.css"> </head> <body style="background-color: rgb(255, 255, 255);"> <h1>gerber2png</h1> @@ -77,6 +77,6 @@ </div> </div> </div> - + </body> </html> diff --git a/vite.config.js b/vite.config.js index 161206c..6b3be70 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,6 +10,7 @@ export default defineConfig({ util: 'util' } }, + base: "https://quentinbolsee.pages.cba.mit.edu/gerber2png/", build: { rollupOptions: { input: { -- GitLab