You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out how to update metadata by adding external url and auto incrementing the url for example......
// General metadata for Ethereum
const external_url = "https://www.some website.com/book/1/index.html............I want to auto increment 1,2,3,4 etc. after adding line then running node update_info.js
I added to module.exports in config.js external_url
in main.js
generate_metadata I imported and added
still stuck on it.
Any suggestions?
Thanks for the help.
The text was updated successfully, but these errors were encountered:
It seems after the build it updates json file but then is looking for a url pathway inside the json build folder, which says it doesn't exist in the folder directory. I'm looking through trying to figure out why that happened.
Hi thank you for taking the time to read this.
I'm trying to figure out how to update metadata by adding external url and auto incrementing the url for example......
// General metadata for Ethereum
const external_url = "https://www.some website.com/book/1/index.html............I want to auto increment 1,2,3,4 etc. after adding line then running node update_info.js
I added to module.exports in config.js external_url
in main.js
generate_metadata I imported and added
still stuck on it.
Any suggestions?
Thanks for the help.
The text was updated successfully, but these errors were encountered: