Remove .env from git and add duckity.dev to testing domains
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user