mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:43:09 +02:00
build(#10336): staticified directory structure
This commit is contained in:
parent
ec8905f81c
commit
88981e9d5b
1 changed files with 5 additions and 1 deletions
|
@ -27,9 +27,13 @@ const config = {
|
|||
viteStaticCopy({
|
||||
targets: [
|
||||
{
|
||||
src: resolve(__dirname, '../node_modules/@tabler/icons-webfont/**/*.{css,eot,ttf,woff,woff2}'),
|
||||
src: resolve(__dirname, '../node_modules/@tabler/icons-webfont/*.css'),
|
||||
dest: 'node_modules/@tabler/icons-webfont',
|
||||
},
|
||||
{
|
||||
src: resolve(__dirname, '../node_modules/@tabler/icons-webfont/fonts/*.{eot,ttf,woff,woff2}'),
|
||||
dest: 'node_modules/@tabler/icons-webfont/fonts',
|
||||
},
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue