gatsby-plugin-s3
gatsby-plugin-s3 copied to clipboard
pathPrefix and trailing slash redirects
I'm trying to use pathPrefix, but the trailing slash redirects are not including the pathPrefix so foo.com/some/prefix/page1
=> foo.com/page1/
I'm not sure if the build phase should put things in a path prefix directory or I should copy them to s3 that way.
Any thoughts?