Move assets to /kalamar, although this kills the old deployment. I don't care for the moment.
diff --git a/public/sass/style.scss b/public/sass/style.scss
index d678238..0d34797 100644
--- a/public/sass/style.scss
+++ b/public/sass/style.scss
@@ -32,7 +32,7 @@
#kalamar-bg {
top: 0;
background: {
- image:url('/img/korap-bg-kalamar.svg');
+ image:url('#{$basepath}/img/korap-bg-kalamar.svg');
repeat: no-repeat;
size: 50%;
position: 50% 50%;
@@ -305,7 +305,7 @@
repeat: no-repeat;
position: center center;
size: 72%;
- image: url('/img/korap-logo-kalamar.svg');
+ image: url('#{$basepath}/img/korap-logo-kalamar.svg');
}
span {
margin-left: -3000px;