1 parent 538f58d commit 1449bc8Copy full SHA for 1449bc8
1 file changed
astro.config.ts
@@ -213,6 +213,8 @@ const integrations = [
213
features: { smartPunctuation: false },
214
hastPlugins,
215
}),
216
+ // Match Render.astro: `file` is relative to `src/content/partials/<product>/`.
217
+ // The revision invalidates prepared Markdown assets; bump it if this mapping changes.
218
partialResolver: {
219
revision: "partial-resolver-v1",
220
resolve: ({ file, product }) => (product ? `${product}/${file}` : file),
0 commit comments