🐛 fix: allow for relative paths everywhere
Allows hosting the page on subdirectories.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('/fonts/Inter.ttf');
|
||||
src: url('fonts/Inter.ttf');
|
||||
}
|
||||
@import 'parts/_cards.scss';
|
||||
@import 'parts/_code.scss';
|
||||
|
Reference in New Issue
Block a user