mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
export const STATIC_FOLDER_PLACEHOLDER = {
|
|
hexo: {
|
|
postsFolder: 'source/_posts',
|
|
placeholder: 'hexo:post_asset_folder'
|
|
}
|
|
};
|