mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 09:20:24 +00:00
Fix timecapsule build output path: move assets out of src, fix passthrough and build script
This commit is contained in:
@@ -3,8 +3,8 @@ const markdownIt = require("markdown-it");
|
||||
const md = new markdownIt({ html: true, breaks: true });
|
||||
|
||||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy({ "src/assets": "/timecapsule/assets" });
|
||||
eleventyConfig.addPassthroughCopy({ "src/.htaccess": "/timecapsule/.htaccess" });
|
||||
eleventyConfig.addPassthroughCopy({ "assets": "/timecapsule/assets" });
|
||||
eleventyConfig.addPassthroughCopy({ ".htaccess": "/timecapsule/.htaccess" });
|
||||
|
||||
eleventyConfig.setLibrary("md", md);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user