mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
fix
This commit is contained in:
parent
a441f4f3a1
commit
aabef2f567
@ -24,7 +24,7 @@ gulp.task('copy:client:fonts', () =>
|
|||||||
);
|
);
|
||||||
|
|
||||||
gulp.task('copy:client:phosphor', () =>
|
gulp.task('copy:client:phosphor', () =>
|
||||||
gulp.src('./packages/client/node_modules/phosphor-icons/src/css/*').pipe(gulp.dest('./built/_client_dist_/phosphor/'))
|
gulp.src('./packages/client/node_modules/phosphor-icons/src/css/*').pipe(gulp.dest('./built/_client_dist_/'))
|
||||||
);
|
);
|
||||||
|
|
||||||
gulp.task('copy:client:locales', cb => {
|
gulp.task('copy:client:locales', cb => {
|
||||||
|
@ -35,7 +35,7 @@ html
|
|||||||
link(rel='prefetch' href=`/static-assets/badges/info.png?${ nowDateMs }`)
|
link(rel='prefetch' href=`/static-assets/badges/info.png?${ nowDateMs }`)
|
||||||
link(rel='prefetch' href=`/static-assets/badges/not-found.png?${ nowDateMs }`)
|
link(rel='prefetch' href=`/static-assets/badges/not-found.png?${ nowDateMs }`)
|
||||||
link(rel='prefetch' href=`/static-assets/badges/error.png?${ nowDateMs }`)
|
link(rel='prefetch' href=`/static-assets/badges/error.png?${ nowDateMs }`)
|
||||||
link(rel='stylesheet' href='/assets/phosphor/css/icons.css')
|
link(rel='stylesheet' href='/assets/icons.css')
|
||||||
link(rel='stylesheet' href=`/static-assets/instance.css?${ nowDateMs }`)
|
link(rel='stylesheet' href=`/static-assets/instance.css?${ nowDateMs }`)
|
||||||
link(rel='modulepreload' href=`/assets/${clientEntry.file}`)
|
link(rel='modulepreload' href=`/assets/${clientEntry.file}`)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user