Files
homepage/.vscode/settings.json

12 lines
207 B
JSON
Raw Normal View History

2025-05-14 14:35:15 +02:00
{
"frontMatter.content.pageFolders": [
{
"path": "[[workspace]]/src/posts",
"title": "posts"
},
{
"title": "portfolio",
"path": "[[workspace]]/src/portfolio"
}
]
}