diff --git a/next.config.ts b/next.config.ts index da2eb08f..cf25eb1e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -26,7 +26,7 @@ const millionConfig = { }; // Apply Million's optimization -// eslint-disable-next-line import/no-named-as-default-member + const nextConfig: NextConfig = million.next(baseConfig, millionConfig); // Apply next-intl plugin and export the final config diff --git a/src/components/Check/utils/product-actions.ts b/src/components/Check/utils/product-actions.ts index a04e40d3..b80bdaf9 100644 --- a/src/components/Check/utils/product-actions.ts +++ b/src/components/Check/utils/product-actions.ts @@ -1,5 +1,4 @@ "use server"; -"use cache"; import Veganify from "@frontendnetwork/veganify"; diff --git a/src/components/IngredientsCheck/utils/actions.ts b/src/components/IngredientsCheck/utils/actions.ts index 1af90c0b..4eaa132a 100644 --- a/src/components/IngredientsCheck/utils/actions.ts +++ b/src/components/IngredientsCheck/utils/actions.ts @@ -1,5 +1,4 @@ "use server"; -"use cache"; import Veganify from "@frontendnetwork/veganify";