Preparing scheduled task for Obsidian sync + Repare OFM html not rendered

This commit is contained in:
2024-08-21 00:38:21 +02:00
parent 7e318d4a12
commit a9a98b9618
5 changed files with 901 additions and 861 deletions

View File

@@ -19,8 +19,16 @@ export default defineNuxtConfig({
pathPrefix: false,
},
],
nitro: {
experimental: {
tasks: true,
},
scheduledTasks: {
'* * * * *': ['sync']
}
},
security: {
rateLimiter: false
},
compatibilityDate: '2024-07-25'
compatibilityDate: '2024-07-25',
})