From c9710bec431562325f17415cb195b8baacb03f63 Mon Sep 17 00:00:00 2001 From: Rohan Date: Sun, 3 Mar 2024 17:06:25 +0530 Subject: [PATCH] issue7085 we can't run the funtion before getting the name because we pass pathData to this function --- src/content/configuration/output.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/configuration/output.mdx b/src/content/configuration/output.mdx index 7ea47391c78a..5f1dfa94f82f 100644 --- a/src/content/configuration/output.mdx +++ b/src/content/configuration/output.mdx @@ -582,6 +582,7 @@ module.exports = { }, }; ``` +W> we can't run the funtion before getting the filename because we pass pathData to this function. Make sure to read the [Caching guide](/guides/caching) for details. There are more steps involved than only setting this option.