diff options
changed output location
On branch main
Your branch is up to date with 'origin/main'.
Changes to be committed:
modified: .gitignore
modified: _data/metadata.js
modified: eleventy.config.js
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ node_modules/ -_site/ +_dist/ .cache |