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:
parent
72907e8f8c
commit
8ea2c8778d
1 changed files with 0 additions and 7 deletions
|
@ -30,13 +30,6 @@ const Themes = defineWritableCollection({
|
|||
fields: {
|
||||
name: field.text(),
|
||||
},
|
||||
data() {
|
||||
return [
|
||||
{
|
||||
name: 'One',
|
||||
},
|
||||
]
|
||||
}
|
||||
});
|
||||
|
||||
// https://astro.build/config
|
||||
|
|
Loading…
Add table
Reference in a new issue