mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 18:29:08 +00:00
28 lines
533 B
TOML
28 lines
533 B
TOML
[Params]
|
|
apiBaseUrl = 'http://localhost:1314/api'
|
|
|
|
[module]
|
|
[[module.mounts]]
|
|
source = 'content'
|
|
target = 'content'
|
|
[[module.mounts]]
|
|
source = 'static'
|
|
target = 'static'
|
|
[[module.mounts]]
|
|
source = 'layouts'
|
|
target = 'layouts'
|
|
[[module.mounts]]
|
|
source = 'data'
|
|
target = 'data'
|
|
[[module.mounts]]
|
|
source = 'assets'
|
|
target = 'assets'
|
|
[[module.mounts]]
|
|
source = 'i18n'
|
|
target = 'i18n'
|
|
[[module.mounts]]
|
|
source = 'archetypes'
|
|
target = 'archetypes'
|
|
[[module.mounts]]
|
|
source = 'partials'
|
|
target = 'content'
|