Skip to content

Commit

Permalink
fix: Change from experimental use cache to use server for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbrembeck committed Dec 28, 2024
1 parent e8cd0e7 commit cfe595b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/components/Check/utils/product-actions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use server";
"use cache";

import Veganify from "@frontendnetwork/veganify";

Expand Down
1 change: 0 additions & 1 deletion src/components/IngredientsCheck/utils/actions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use server";
"use cache";

import Veganify from "@frontendnetwork/veganify";

Expand Down

0 comments on commit cfe595b

Please sign in to comment.