Remove .env from git and add duckity.dev to testing domains

This commit is contained in:
2026-08-20 23:46:15 -03:00
parent fbb069aa81
commit a130c62786
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
# env files (can opt-in for committing if needed) # env files (can opt-in for committing if needed)
.env
.env* .env*
# vercel # vercel
-1
View File
@@ -1 +0,0 @@
NEXT_PUBLIC_DASHBOARD_BASE_URL=https://duckity.com/dash
+1
View File
@@ -21,6 +21,7 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
# others # others
.env
.env*.local .env*.local
.vercel .vercel
next-env.d.ts next-env.d.ts
+1 -1
View File
@@ -7,7 +7,7 @@ const config = {
serverExternalPackages: ["@takumi-rs/core", "typescript", "twoslash"], serverExternalPackages: ["@takumi-rs/core", "typescript", "twoslash"],
output: "export", output: "export",
reactStrictMode: true, reactStrictMode: true,
allowedDevOrigins: ["duckity.com"], allowedDevOrigins: ["duckity.com", "duckity.dev"],
basePath: "/docs", basePath: "/docs",
trailingSlash: true, trailingSlash: true,
images: { images: {