From c46fa7fbcdf8f2ac8e189f21015ab638fdd0eab7 Mon Sep 17 00:00:00 2001 From: Mohammed Elhaouari Date: Sun, 17 Nov 2024 17:48:02 +0100 Subject: [PATCH] docs(changeset): Disable renaming css files with new hashes in ssr mode --- .changeset/chilled-otters-explode.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilled-otters-explode.md diff --git a/.changeset/chilled-otters-explode.md b/.changeset/chilled-otters-explode.md new file mode 100644 index 00000000..c4005848 --- /dev/null +++ b/.changeset/chilled-otters-explode.md @@ -0,0 +1,5 @@ +--- +'astro-purgecss': minor +--- + +Disable renaming css files with new hashes in ssr mode