diff --git a/backend/keystone.ts b/backend/keystone.ts index 1898da6..6e37cda 100644 --- a/backend/keystone.ts +++ b/backend/keystone.ts @@ -28,7 +28,7 @@ export default withAuth( // for more information on what database might be appropriate for you // see https://keystonejs.com/docs/guides/choosing-a-database#title provider: 'sqlite', - url: 'file:./keystone.db', + url: './keystone.db', }, storage: { local_images: {