rothsandro / eleventy-notes

A template for Eleventy to publish your personal notes or docs.
https://eleventy-notes.sandroroth.com/
140 stars 17 forks source link

Minor issue with incorrect path to default config file in Configuration File note #55

Closed ktushar14 closed 1 month ago

ktushar14 commented 1 month ago

The relative path to app-config.js in this line, .app/app-config, does not seem to work for me when testing a custom configuration file, but "./.app/app-config" does. (The project's own custom configuration file also contains the latter path: see this line.)

My environment: Ubuntu 22.04.4 LTS 64-bit Google Chrome Version 127.0.6533.99 (Official Build) (64-bit) npm version 10.7.0 eleventy-notes version 0.24.0

rothsandro commented 1 month ago

Thanks for reporting. You're right, ./.app/app-config is the correct way, I fixed the docs.