Added WIP Menu

This commit is contained in:
2025-09-29 15:20:46 +02:00
parent 1773687814
commit bfbe687b63
56 changed files with 4726 additions and 1070 deletions

View File

@@ -1,8 +1,11 @@
import { config } from '@keystatic/core';
import navigation from '@/keystatic/singletons/navigation';
export default config({
storage: {
kind: 'local',
},
collections: {},
singletons: { navigation },
});