diff --git a/dist/index.html b/dist/index.html
index 23aab02217c92166d38e32f9b66c98b5bfd39c7a..bafa2c7a5285f367407794b65b661a8f74b39550 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 161206c05abdbcb94a1ef103358e0c5954848af6..6b3be70b94f1ce917529e280f02792d0063b5b7d 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: {