mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🐛 fix: allow for relative paths everywhere
Allows hosting the page on subdirectories.
This commit is contained in:
parent
1c69169ef0
commit
049df81d6c
4 changed files with 9 additions and 9 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue