You've already forked obsidian-visualiser
Convert list texts to a separate i18n text, allowing translation and fixing action/passive/... removal. Character sheet now use the character compiler.
This commit is contained in:
@@ -120,7 +120,6 @@ export default defineNuxtConfig({
|
||||
pageTransition: false,
|
||||
layoutTransition: false
|
||||
},
|
||||
ssr: false,
|
||||
components: [
|
||||
{
|
||||
path: '~/components',
|
||||
@@ -144,6 +143,7 @@ export default defineNuxtConfig({
|
||||
},
|
||||
runtimeConfig: {
|
||||
session: {
|
||||
maxAge: 60*60*24*31,
|
||||
password: '699c46bd-9aaa-4364-ad01-510ee4fe7013',
|
||||
},
|
||||
database: 'db.sqlite',
|
||||
|
||||
Reference in New Issue
Block a user