Добавил псевдоним для папки src/
, Избавился от относительных путей в app.css, Сделал класс фона общим
This commit is contained in:
parent
0cf4e73755
commit
b78c917ddf
3 changed files with 9 additions and 8 deletions
|
@ -26,6 +26,9 @@ const config = {
|
|||
handleMissingId: ({ event, resolve }) => {
|
||||
return;
|
||||
}
|
||||
},
|
||||
alias: {
|
||||
$src: "src/"
|
||||
}
|
||||
},
|
||||
extensions: ['.svelte', '.md'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue