Skip to content
Snippets Groups Projects
Commit 09507938 authored by Quentin Bolsee's avatar Quentin Bolsee
Browse files

vite base

parent ed4b7c53
No related branches found
No related tags found
No related merge requests found
Pipeline #29193 passed
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<html> <html>
<head> <head>
<link rel="icon" type="image/x-icon" href="images/logo.png"> <link rel="icon" type="image/x-icon" href="images/logo.png">
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" /> <meta http-equiv="Expires" content="-1" />
<script type="module" crossorigin src="/assets/main-e1885530.js"></script> <script type="module" crossorigin src="https://quentinbolsee.pages.cba.mit.edu/gerber2png/assets/main-e1885530.js"></script>
<link rel="stylesheet" type="text/css" href="/assets/index-c5b4e48b.css"> <link rel="stylesheet" href="https://quentinbolsee.pages.cba.mit.edu/gerber2png/assets/index-c5b4e48b.css">
</head> </head>
<body style="background-color: rgb(255, 255, 255);"> <body style="background-color: rgb(255, 255, 255);">
<h1>gerber2png</h1> <h1>gerber2png</h1>
...@@ -77,6 +77,6 @@ ...@@ -77,6 +77,6 @@
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>
...@@ -10,6 +10,7 @@ export default defineConfig({ ...@@ -10,6 +10,7 @@ export default defineConfig({
util: 'util' util: 'util'
} }
}, },
base: "https://quentinbolsee.pages.cba.mit.edu/gerber2png/",
build: { build: {
rollupOptions: { rollupOptions: {
input: { input: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment