Skip to content

Commit bb866ef

Browse files
authored
docs: use filename for sqlite option
1 parent 3e07ad1 commit bb866ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/1.getting-started/3.configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export default defineNuxtConfig({
302302
content: {
303303
database: {
304304
type: 'sqlite',
305-
binding: 'SQLITE_DB_LOCATION'
305+
filename: 'SQLITE_DB_LOCATION'
306306
}
307307
}
308308
})

0 commit comments

Comments
 (0)