chore: Remove DEPLOYMENT and SUBDOMAINS_ENABLED (#5742)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import env from "@server/env";
|
||||
|
||||
export const robotsResponse = () => {
|
||||
if (env.isCloudHosted()) {
|
||||
if (env.isCloudHosted) {
|
||||
return `
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Reference in New Issue
Block a user