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*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env
|
||||
.env*
|
||||
|
||||
# vercel
|
||||
|
||||
@@ -21,6 +21,7 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# others
|
||||
.env
|
||||
.env*.local
|
||||
.vercel
|
||||
next-env.d.ts
|
||||
+1
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user