Skip to content

Commit

Permalink
Actually deploy for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
CCrady committed Oct 6, 2024
1 parent f682166 commit 2e653d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8">
<title>Orrery Web App</title>
<style> body { margin: 0; } </style>
<script type="module" crossorigin src="/assets/app-C7LornCx.js"></script>
<link rel="stylesheet" crossorigin href="/assets/stylesheet-C6QFwLlB.css">
<script type="module" crossorigin src="/orrery/assets/app-C7LornCx.js"></script>
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-C6QFwLlB.css">
</head>
<body>
<details id="dropdown">
Expand Down
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="/assets/stylesheet-C6QFwLlB.css">
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-C6QFwLlB.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="/assets/stylesheet-C6QFwLlB.css">
<link rel="stylesheet" crossorigin href="/orrery/assets/stylesheet-C6QFwLlB.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
Expand Down

0 comments on commit 2e653d8

Please sign in to comment.