diff --git a/.dockerignore b/.dockerignore index 65f01a2..58007e5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -31,6 +31,7 @@ yarn-error.log* .pnpm-debug.log* # env files (can opt-in for committing if needed) +.env .env* # vercel diff --git a/.env b/.env deleted file mode 100644 index a680a41..0000000 --- a/.env +++ /dev/null @@ -1 +0,0 @@ -NEXT_PUBLIC_DASHBOARD_BASE_URL=https://duckity.com/dash \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9e429e4..e16b259 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ yarn-debug.log* yarn-error.log* # others +.env .env*.local .vercel next-env.d.ts \ No newline at end of file diff --git a/next.config.mjs b/next.config.mjs index b049a3d..2947366 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,7 +7,7 @@ const config = { serverExternalPackages: ["@takumi-rs/core", "typescript", "twoslash"], output: "export", reactStrictMode: true, - allowedDevOrigins: ["duckity.com"], + allowedDevOrigins: ["duckity.com", "duckity.dev"], basePath: "/docs", trailingSlash: true, images: {