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", },