Skip to content

Conversation

@Timeless0911
Copy link
Contributor

@Timeless0911 Timeless0911 commented Jul 21, 2025

Breaking changes 🚨

redirect.asset

Boolean values are no longer supported for redirect.asset, see the documentation of redirect.asset for more details. (#1119)

Please note the following changes that may require adjustments to your configurations:

export default defineConfig({
  lib: [
    {
      redirect: {
-        asset: true,
+        asset: {
+          path: true,
+          extension: true,
+        },
      },
    },
  ],
});
export default defineConfig({
  lib: [
    {
      redirect: {
-        asset: false,
+        asset: {
+          path: false,
+          extension: false,
+        },
      },
    },
  ],
});

@Timeless0911 Timeless0911 enabled auto-merge (squash) July 21, 2025 11:42
@Timeless0911 Timeless0911 merged commit a0b666a into main Jul 21, 2025
19 checks passed
@Timeless0911 Timeless0911 deleted the release_v0.11.0 branch July 21, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants