bring over the legacy stuff
This commit is contained in:
parent
16128c6279
commit
2e7a075407
13 changed files with 9 additions and 5 deletions
|
@ -22,7 +22,9 @@ module.exports = (config) => {
|
|||
})
|
||||
.use(mdFootnote)
|
||||
config.setLibrary("md", mdLib);
|
||||
config.addPassthroughCopy("assets");
|
||||
config.addPassthroughCopy({
|
||||
"assets": "/"
|
||||
});
|
||||
|
||||
// collection from music folder
|
||||
config.addPassthroughCopy("site/music", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue