feat: add first pass of navbar

This commit is contained in:
Devin Haska 2024-02-05 15:42:32 -08:00
parent b702a3878d
commit df1c7a795f
7 changed files with 4900 additions and 13 deletions

View file

@ -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),
);