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