Skip to content

Commit

Permalink
Merge pull request #2 from duffn/master
Browse files Browse the repository at this point in the history
Update src
  • Loading branch information
Xunrel authored Mar 3, 2020
2 parents 6e7c12e + aa1bb3d commit b26b92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module.exports = {
},
VehicleAttachmentsYaml: {
name: node => node.name,
link: node => `/vechile-attachments/${node.generatedId}/`,
link: node => `/vehicle-attachments/${node.generatedId}/`,
generatedId: node => node.generatedId,
resourceType: node => `Vehicle Attachment`,
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/weapons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3477,7 +3477,7 @@
damage: 10
crit: 2
range: Extreme
encumbrance: 2
encumbrance: 7
hp: 4
price: 6500
restricted: false
Expand Down

0 comments on commit b26b92d

Please sign in to comment.