Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gerber2img
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quentin Bolsee
gerber2img
Commits
09507938
Commit
09507938
authored
1 year ago
by
Quentin Bolsee
Browse files
Options
Downloads
Patches
Plain Diff
vite base
parent
ed4b7c53
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#29193
passed
1 year ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/index.html
+4
-4
4 additions, 4 deletions
dist/index.html
vite.config.js
+1
-0
1 addition, 0 deletions
vite.config.js
with
5 additions
and
4 deletions
dist/index.html
+
4
−
4
View file @
09507938
...
@@ -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>
This diff is collapsed.
Click to expand it.
vite.config.js
+
1
−
0
View file @
09507938
...
@@ -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
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment