Skip to content

Commit

Permalink
Config deploys to use /orrery/
Browse files Browse the repository at this point in the history
  • Loading branch information
CCrady committed Oct 7, 2024
1 parent 54032bd commit bae4a7c
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 177 deletions.
17 changes: 8 additions & 9 deletions docs/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@
<meta charset="utf-8">
<title>Orrery Web App</title>
<style> body { margin: 0; } </style>
<script type="module" crossorigin src="/orrery/assets/app-CMrrLGvQ.js"></script>
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-C6QFwLlB.css">
<script type="module" crossorigin src="/orrery/assets/app-C6gSEJ4D.js"></script>
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-BtUTkMkN.css">
</head>
<body>
<details id="dropdown">
<summary>Controls</summary>
<div>
<a href="/index.html">Go home</a>
</div>
<!--slider info from w3schools: https://www.w3schools.com/howto/howto_js_rangeslider.asp-->
<div class="slidecontainer">
<p>Speed</p> <input type="range" min="0" max="12" value="1" class="slider" step="0.01" id="speedInput">
<p>Speed: <span id="speedOutput"></span> months / sec</p>
<p>
<a href="index.html">Go home</a>
</p>
<div class="slidercontainer">
<input type="range" min="0" max="4" value="1" class="slider" step="0.01" id="speedInput">
<p>Speed: <span id="speedOutput"></span> mo/s</p>
</div>
</details>
</body>
Expand Down
330 changes: 165 additions & 165 deletions docs/assets/app-CMrrLGvQ.js → docs/assets/app-C6gSEJ4D.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/stylesheet-BtUTkMkN.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/assets/stylesheet-C6QFwLlB.css

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<!--responsive web design-->
<title>Orrery Web App Home</title>
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-C6QFwLlB.css">
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-BtUTkMkN.css">
</head>
<body>
<!-- <nav class="navbar navbar-default">
Expand Down
2 changes: 1 addition & 1 deletion docs/learn.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<!--responsive web design-->
<title>Orrery Education</title>
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-C6QFwLlB.css">
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-BtUTkMkN.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { resolve } from 'path';
import { defineConfig } from 'vite';

export default defineConfig({
base: '/orrery/',
build: {
outDir: 'docs',
emptyOutDir: true,
Expand Down

0 comments on commit bae4a7c

Please sign in to comment.