Skip to content

Commit 0decd35

Browse files
committed
chores(docs): fix renderEngineOption refer link
1 parent 446d8d9 commit 0decd35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Finished, everything is ready, run `npm run build` to see what is built with `vi
121121
sharedData?: object
122122
/**
123123
* Render engine options, currently using Handlebars
124-
* @see {@link https://Handlebars.com/tutorials/options.html}
124+
* @see {@link https://handlebarsjs.com/api-reference/compilation.html}
125125
* @default {}
126126
*/
127127
renderEngineOption?: object

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default defineConfig({
120120
sharedData?: object
121121
/**
122122
* Handlebars的一些配置选项
123-
* @see {@link https://Handlebars.com/tutorials/options.html}
123+
* @see {@link https://handlebarsjs.com/zh/api-reference/compilation.html}
124124
* @default {}
125125
*/
126126
renderEngineOption?: object

0 commit comments

Comments
 (0)