Skip to content

Commit

Permalink
fix: Fix a property typo and set the correct repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
oneeyedman committed Aug 7, 2024
1 parent 913a74f commit b4b874d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = function (config) {
data: '_data',
},
templateFormats: ['njk', 'md'],
htmltemplateEngine: 'njk',
htmlTemplateEngine: 'njk',
markdownTemplateEngine: 'njk',
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:spacenomads/mothership.git"
"url": "[email protected]:spacenomads/mothership.git"
},
"author": "Space Nomads",
"license": "CC0-1.0",
Expand Down

0 comments on commit b4b874d

Please sign in to comment.