d8672cb1ff
no issue - The `RedirectsImporter` used by the data generator was creating redirects with the wrong length for the `from` field, which didn't match the actual behavior of Ghost. - This commit corrects the length from 32 to 8, which is the actual length of the `from` field in production. - This change has no impact on Ghost's behavior, but makes the data generator more representative of real world data for more accurate testing. |
||
---|---|---|
.. | ||
importers | ||
utils | ||
DataGenerator.js |