From 6d09553c1f36b50c1284c66fac67d2b13c0fd8c9 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Wed, 14 May 2025 17:49:42 -0400 Subject: feat: added images to development pages Added images to development pages, removed lastmod frontmatter requirement --- .vscode/settings.json | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to '.vscode') 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 +} -- cgit v1.2.3