From b6f9c0a48b927d563c61d4e2ad7a2f622c978acc Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 3 Sep 2024 14:21:55 +0200 Subject: [PATCH 1/2] feat(frontend): readds preload of stylesheet --- frontend/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 92243e8..7f87b23 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -49,8 +49,13 @@ align-items: center; } - + + + + From 7a343f9a8b780693ca053f9ecbbb4fd1af2a3f3f Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 3 Sep 2024 14:27:03 +0200 Subject: [PATCH 2/2] feat(frontend): adds trunk minify preference --- frontend/Trunk.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/Trunk.toml b/frontend/Trunk.toml index da65ecb..3925b80 100644 --- a/frontend/Trunk.toml +++ b/frontend/Trunk.toml @@ -5,3 +5,6 @@ command_arguments = ["-i","input.css","-o","public/styles.css","--minify"] [serve] address = "0.0.0.0" + +[build] +minify = "on_release"