Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Files

Latest commit

 

History

History

redirect

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

This plugin is a replacement for the unmaintained gatsby-plugin-meta-redirect. The major change I made was removing the fs-extra module from it and using the built-in fs module instead.

The problem we were running into was the fs-extra module was throwing on an invalid character in our path for windows users.