thibaud frere
commited on
Commit
·
685d69c
1
Parent(s):
ac99309
add data folder
Browse files
app/.astro/astro/content.d.ts
CHANGED
|
@@ -214,8 +214,8 @@ declare module 'astro:content' {
|
|
| 214 |
|
| 215 |
type DataEntryMap = {
|
| 216 |
"assets": {
|
| 217 |
-
"
|
| 218 |
-
id: "
|
| 219 |
collection: "assets";
|
| 220 |
data: any
|
| 221 |
};
|
|
|
|
| 214 |
|
| 215 |
type DataEntryMap = {
|
| 216 |
"assets": {
|
| 217 |
+
"data/somedata": {
|
| 218 |
+
id: "data/somedata";
|
| 219 |
collection: "assets";
|
| 220 |
data: any
|
| 221 |
};
|
app/src/content/assets/{image/data → data}/somedata.json
RENAMED
|
File without changes
|