feat: add first pass of navbar
This commit is contained in:
parent
b702a3878d
commit
df1c7a795f
7 changed files with 4900 additions and 13 deletions
|
@ -21,7 +21,7 @@ module.exports = (eleventyConfig) => {
|
|||
eleventyConfig.addFilter("values", values);
|
||||
|
||||
// --------------------- Passthrough File Copy -----------------------
|
||||
["src/assets/fonts/"].forEach((path) =>
|
||||
["src/assets/fonts/", "src/assets/images"].forEach((path) =>
|
||||
eleventyConfig.addPassthroughCopy(path),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue