mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Separate build outputs: moonweb -> dist/moonweb/, stefankoelle -> dist/stefankoelle/
- eleventy.config.js: output to dist/moonweb/ (was dist/) - build-deploy-moonweb.yml: deploy from dist/moonweb/ - package.json: timecapsule copies to dist/moonweb/timecapsule/ - Rename prebuild -> prebuild:cv to prevent npm lifecycle hook from running before build (build-pdf.sh was contaminating dist/ with stefankoelle output)
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ module.exports = function (eleventyConfig) {
|
||||
dir: {
|
||||
input: ".",
|
||||
includes: "shared/_includes",
|
||||
output: "dist",
|
||||
output: "dist/moonweb",
|
||||
},
|
||||
serverOptions: {
|
||||
host: "0.0.0.0",
|
||||
|
||||
Reference in New Issue
Block a user