Skip to content

Commit fbc7819

Browse files
authored
fix: update redirect rules, for #396 (#402)
1 parent 0c560a2 commit fbc7819

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

public/_redirects

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010

1111
# Generic blog redirects
1212
/ddev-local /blog 301
13-
/ddev-local/* /blog/:splat/ 301
14-
/blog/:slug /blog/:slug/ 301
13+
/ddev-local/* /blog/:splat 301
1514

16-
# Removed blog post redirects, add trailing slashes here to make it work properly
15+
# Removed blog post redirects (add both links with and without trailing slash)
16+
/blog/ddev-wsl2-getting-started https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/#ddev-installation-windows 301
1717
/blog/ddev-wsl2-getting-started/ https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/#ddev-installation-windows 301
18+
/blog/apache-solr-with-drupal-8-and-search-api-solr https://github.com/ddev/ddev-drupal-solr 301
1819
/blog/apache-solr-with-drupal-8-and-search-api-solr/ https://github.com/ddev/ddev-drupal-solr 301
20+
/blog/ddev-local-web-container-customization-in-v1-8-0 https://ddev.readthedocs.io/en/stable/users/extend/customizing-images/ 301
1921
/blog/ddev-local-web-container-customization-in-v1-8-0/ https://ddev.readthedocs.io/en/stable/users/extend/customizing-images/ 301
22+
/blog/ddev-local-nfs-mounting-setup-macos https://ddev.readthedocs.io/en/stable/users/install/performance/#filesystem-performance-nfs 301
2023
/blog/ddev-local-nfs-mounting-setup-macos/ https://ddev.readthedocs.io/en/stable/users/install/performance/#filesystem-performance-nfs 301
24+
/blog/ddev-local-and-phpstorm-debugging-with-wsl2 https://ddev.readthedocs.io/en/stable/users/debugging-profiling/step-debugging/#phpstorm-debugging-setup 301
2125
/blog/ddev-local-and-phpstorm-debugging-with-wsl2/ https://ddev.readthedocs.io/en/stable/users/debugging-profiling/step-debugging/#phpstorm-debugging-setup 301
2226

2327
# Authors redirects

0 commit comments

Comments
 (0)