Allow theme config name and path to be configurable

This commit is contained in:
prototypa
2024-04-11 20:17:13 -04:00
parent 40abd5b84a
commit 4dff61ae20
3 changed files with 37 additions and 16 deletions

View File

@@ -69,7 +69,9 @@ export default defineConfig({
Logger: 1,
}),
astrowind(),
astrowind({
config: "./src/config.yaml"
}),
],
image: {