gatsby-plugin-s3
Version:
Enables you to deploy your gatsby site to a S3 bucket.
7 lines • 329 B
JavaScript
;
// this page only exists because we need it to redirect.
// after it's deployed to S3, we'll add a redirect to it's metadata;
// users will actually never get to see it on production.
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = () => null;
//# sourceMappingURL=fake-index.js.map