From 521e20bcf2b780d9ec6d4d671a2d18333c222e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Mon, 5 May 2025 15:51:19 -0300 Subject: [PATCH] hash --- superpage/astro.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/superpage/astro.config.mjs b/superpage/astro.config.mjs index 6755653..99b42fd 100644 --- a/superpage/astro.config.mjs +++ b/superpage/astro.config.mjs @@ -36,7 +36,11 @@ export default defineConfig({ ], prefetch: true, vite: { - plugins: [tailwindcss()], + plugins: [ + tailwindcss({ + hash: true, + }), + ], css: { transformer: "lightningcss", },