From 8995ade5145036b283e39629a25faaa9679a880e Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 20 Aug 2022 00:26:22 +0200 Subject: refactor(frontend): inline CSS and minify HTML Optimize first page loading time. We only include variable and woff2 fonts, as they are widely supported. --- subprojects/frontend/index.html | 262 +++++++++++++++++++++++ subprojects/frontend/package.json | 4 +- subprojects/frontend/src/index.tsx | 10 - subprojects/frontend/src/theme/ThemeProvider.tsx | 3 +- subprojects/frontend/vite.config.ts | 23 +- 5 files changed, 289 insertions(+), 13 deletions(-) (limited to 'subprojects/frontend') diff --git a/subprojects/frontend/index.html b/subprojects/frontend/index.html index 92cc94c7..e14e8d30 100644 --- a/subprojects/frontend/index.html +++ b/subprojects/frontend/index.html @@ -12,6 +12,268 @@ +