thibaud frere commited on
Commit
ac99309
·
1 Parent(s): 0017abb

add data folder

Browse files
app/.astro/astro/content.d.ts CHANGED
@@ -213,11 +213,13 @@ declare module 'astro:content' {
213
  };
214
 
215
  type DataEntryMap = {
216
- "assets": Record<string, {
217
- id: string;
 
218
  collection: "assets";
219
- data: any;
220
- }>;
 
221
 
222
  };
223
 
 
213
  };
214
 
215
  type DataEntryMap = {
216
+ "assets": {
217
+ "image/data/somedata": {
218
+ id: "image/data/somedata";
219
  collection: "assets";
220
+ data: any
221
+ };
222
+ };
223
 
224
  };
225
 
app/src/content/assets/image/data/somedata.json ADDED
File without changes