Skip to content

v3.0.0

Choose a tag to compare

@s0ph1e s0ph1e released this 06 Jun 15:28
· 258 commits to master since this release
  • 2d7a193 Add domain directory in bySiteStructure filenameGenerator

Breaking changes in bySiteStructure filename generator

Before (no domain directory in generated path)
  • / => DIRECTORY/index.html
  • /about => DIRECTORY/about/index.html
  • https://another-site.com/about => DIRECTORY/about/index.html
Now (add domain directory to generated path)
  • / => DIRECTORY/example.com/index.html
  • /about => DIRECTORY/example.com/about/index.html
  • https://another-site.com/about => DIRECTORY/another-site.com/about/index.html