added css passthrough
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
module.exports = function(eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy("src/css"); // Copy css to site folder
|
||||
eleventyConfig.setServerOptions({
|
||||
host: "0.0.0.0",
|
||||
port: 8080
|
||||
port: 80
|
||||
});
|
||||
return {
|
||||
dir: {
|
||||
|
||||
Reference in New Issue
Block a user