Move posts out of src

This commit is contained in:
Cassidy Williams
2024-12-14 10:26:22 -06:00
parent 1d5278e6a2
commit 8230e397ba
7 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export default defineConfig({
{
name: "post",
label: "Posts",
path: "src/posts",
path: "posts",
defaultItem: () => ({
title: "New Post",
added: new Date(),