pull/134/head
Vladimir Mandic 2021-06-16 15:46:05 -04:00
parent 5535123033
commit a43f7a1e3a
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ async function main() {
'groups/group14.jpg',
];
// add prefix for gitpages
images = images.map((a) => `/samples/${a}`);
images = images.map((a) => `/human/samples/${a}`);
log('Adding static image list:', images.length, 'images');
}

View File

@ -14,7 +14,7 @@
<link rel="apple-touch-icon" href="../../assets/icon.png">
<script src="./index.js" type="module"></script>
<style>
@font-face { font-family: 'Lato'; font-display: swap; font-style: normal; font-weight: 100; src: local('Lato'), url('../assets/lato-light.woff2') }
@font-face { font-family: 'Lato'; font-display: swap; font-style: normal; font-weight: 100; src: local('Lato'), url('../../assets/lato-light.woff2') }
html { font-family: 'Lato', 'Segoe UI'; font-size: 16px; font-variant: small-caps; }
body { margin: 0; background: black; color: white; overflow-x: hidden; width: 100vw; height: 100vh; }
body::-webkit-scrollbar { display: none; }