UNPKG

gatsby-plugin-s3

Version:

Enables you to deploy your gatsby site to a S3 bucket.

5 lines (4 loc) 253 B
import { GatsbyNode } from 'gatsby'; export declare const onPreBootstrap: GatsbyNode['createPagesStatefully']; export declare const createPagesStatefully: GatsbyNode['createPagesStatefully']; export declare const onPostBuild: GatsbyNode['onPostBuild'];