diff --git a/examples/basic/gatsby-config.mjs b/examples/basic/gatsby-config.mjs index 2e03e58..1dbec72 100644 --- a/examples/basic/gatsby-config.mjs +++ b/examples/basic/gatsby-config.mjs @@ -1,4 +1,4 @@ -import { createAdapter } from "@dangreaves/gatsby-adapter-aws/adapter.js"; +import { createAdapter } from "@dangreaves/gatsby-adapter-aws/adapter"; /** @type {import('gatsby').GatsbyConfig} */ export default { diff --git a/examples/cdk-project/lib/stacks/gatsby.ts b/examples/cdk-project/lib/stacks/gatsby.ts index 8ee80cd..01ea778 100644 --- a/examples/cdk-project/lib/stacks/gatsby.ts +++ b/examples/cdk-project/lib/stacks/gatsby.ts @@ -3,7 +3,7 @@ import * as ec2 from "aws-cdk-lib/aws-ec2"; import * as ecs from "aws-cdk-lib/aws-ecs"; import * as cloudfront from "aws-cdk-lib/aws-cloudfront"; -import { GatsbySite } from "@dangreaves/gatsby-adapter-aws/cdk.js"; +import { GatsbySite } from "@dangreaves/gatsby-adapter-aws/cdk"; export interface GatsbyStackProps extends cdk.StackProps { vpc?: ec2.IVpc; diff --git a/examples/gatsby-functions/gatsby-config.mjs b/examples/gatsby-functions/gatsby-config.mjs index 2e03e58..1dbec72 100644 --- a/examples/gatsby-functions/gatsby-config.mjs +++ b/examples/gatsby-functions/gatsby-config.mjs @@ -1,4 +1,4 @@ -import { createAdapter } from "@dangreaves/gatsby-adapter-aws/adapter.js"; +import { createAdapter } from "@dangreaves/gatsby-adapter-aws/adapter"; /** @type {import('gatsby').GatsbyConfig} */ export default { diff --git a/examples/ssr/gatsby-config.mjs b/examples/ssr/gatsby-config.mjs index 2e03e58..1dbec72 100644 --- a/examples/ssr/gatsby-config.mjs +++ b/examples/ssr/gatsby-config.mjs @@ -1,4 +1,4 @@ -import { createAdapter } from "@dangreaves/gatsby-adapter-aws/adapter.js"; +import { createAdapter } from "@dangreaves/gatsby-adapter-aws/adapter"; /** @type {import('gatsby').GatsbyConfig} */ export default {