Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(blog): fixes for the export drupal to gatsby post (#20360)
* fix(blog): fixes for the export drupal to gatsby post Thanks to https://www.drupal.org/u/klokie who sent some fixes and suggestions via email for this blog post: 1. After `git init`, the next step should be `npm install` and then `npm i --save-dev better-sqlite3`. 2. You mention that you named the script `src/scripts/migrate.js`, but refer to it afterward as `src/scripts/import.js`, so it should probably be named `src/scripts/import.js`. 3. `aliases` is never defined - what should it be? * fix: fix formatting for changes in export drupal to gatsby post
- Loading branch information