diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-14 17:49:42 -0400 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-05-14 17:49:42 -0400 |
| commit | 6d09553c1f36b50c1284c66fac67d2b13c0fd8c9 (patch) | |
| tree | 7038a3c956b7b62b9efb57843f236d8480849772 /.vscode/settings.json | |
| parent | a35b89a5ca8bc36a7f5e3590bd35f89147d243de (diff) | |
feat: added images to development pages
Added images to development pages, removed lastmod frontmatter requirement
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index bf72f12..8424f3f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,16 +1,8 @@ { - "conventionalCommits.scopes": [ - "menus.en.toml", - "content" - ], - "cSpell.words": [ - "colormode", - "knightlabs", - "timelinejs" - ], - "svg.preview.background": "dark-transparent", - "[markdown]": { - }, - "frontMatter.framework.startCommand": "npm run start", - "frontMatter.content.autoUpdateDate": true -}
\ No newline at end of file + "conventionalCommits.scopes": ["menus.en.toml", "content"], + "cSpell.words": ["colormode", "knightlabs", "timelinejs"], + "svg.preview.background": "dark-transparent", + "[markdown]": {}, + "frontMatter.framework.startCommand": "npm run start", + "frontMatter.content.autoUpdateDate": false +} |
