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
In the readme.md you mention that the configuration must have the following line.
sitemap:
file: "/sitemap.xml"
However in the sitemap_generator.rb file you are using this to check the config key. @config['filename'] = sitemap_config['filename'] || SITEMAP_FILE_NAME
Please rectify the configuration instructions.
For newbies, if you clearly mention what the name of configuration file should be, it would help.
Thanks
SVS
The text was updated successfully, but these errors were encountered:
In the readme.md you mention that the configuration must have the following line.
sitemap:
file: "/sitemap.xml"
However in the sitemap_generator.rb file you are using this to check the config key.
@config['filename'] = sitemap_config['filename'] || SITEMAP_FILE_NAME
Please rectify the configuration instructions.
For newbies, if you clearly mention what the name of configuration file should be, it would help.
Thanks
SVS
The text was updated successfully, but these errors were encountered: