You've already forked obsidian-visualiser
Add logic tree computation and item enchantment.
This commit is contained in:
@@ -156,8 +156,8 @@ export default defineNuxtConfig({
|
||||
security: {
|
||||
rateLimiter: {
|
||||
headers: true,
|
||||
interval: 1000,
|
||||
tokensPerInterval: 5
|
||||
interval: 100,
|
||||
tokensPerInterval: 3
|
||||
},
|
||||
}
|
||||
},
|
||||
@@ -183,6 +183,8 @@ export default defineNuxtConfig({
|
||||
security: {
|
||||
rateLimiter: {
|
||||
headers: true,
|
||||
interval: 1000,
|
||||
tokensPerInterval: 10
|
||||
},
|
||||
headers: {
|
||||
contentSecurityPolicy: {
|
||||
|
||||
Reference in New Issue
Block a user