test changes

This commit is contained in:
Sheldan
2024-03-10 20:18:57 +01:00
parent 111b459992
commit 3ebd227e63
2 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,6 @@
height: 100%;
margin: 0;
}
.container {
height: 100%;
}
@@ -16,6 +15,8 @@
</head>
<body>
<script type="module" src="js/main.js"></script>
<div class="container" id="container"></div>
<div class="container" id="container">
</div>
</body>
</html>

View File

@@ -1,7 +1,7 @@
module.exports = {
root: 'src',
build: {
base: "https://sheldan.github.io/orbits/",
base: 'https://sheldan.github.io/orbits/',
outDir: '../dist'
}
}