gatsby-plugin-s3 icon indicating copy to clipboard operation
gatsby-plugin-s3 copied to clipboard

pathPrefix and trailing slash redirects

Open cranberyxl opened this issue 5 years ago • 0 comments

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?

cranberyxl avatar Jun 26 '19 17:06 cranberyxl