feat: Additional instance configuration (#260)

This commit is contained in:
Matthew Phillips 2022-11-30 16:17:20 -05:00 committed by GitHub
parent 2bfa9dc476
commit c505543a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View file

@ -60,6 +60,10 @@ export default defineNuxtConfig({
public: {
translateApi: '',
},
storage: {
driver: process.env.ELK_STORAGE_DRIVER || 'cloudflare', // 'cloudflare' | 'fs'
fsBase: process.env.ELK_STORAGE_PATH ?? 'node_modules/.cache/servers',
},
},
nitro: {
prerender: {