0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

fix: remove invalid data() on writable collection

This commit is contained in:
bholmesdev 2024-01-18 17:47:42 -05:00 committed by Nate Moore
parent 72907e8f8c
commit 8ea2c8778d

View file

@ -30,13 +30,6 @@ const Themes = defineWritableCollection({
fields: {
name: field.text(),
},
data() {
return [
{
name: 'One',
},
]
}
});
// https://astro.build/config