mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 01:10:25 +00:00
Fix dev servers: add excludes to root config, simplify start-dev.sh
This commit is contained in:
@@ -88,6 +88,7 @@ module.exports = function (eleventyConfig) {
|
||||
input: ".",
|
||||
includes: "shared/_includes",
|
||||
output: "dist/moonweb",
|
||||
excludes: ["stefankoelle", "timecapsule"],
|
||||
},
|
||||
serverOptions: {
|
||||
host: "0.0.0.0",
|
||||
|
||||
Reference in New Issue
Block a user