diff --git a/client/components/Footer.tsx b/client/components/Footer.tsx index 77a658b..bca6176 100644 --- a/client/components/Footer.tsx +++ b/client/components/Footer.tsx @@ -23,7 +23,7 @@ const Footer: FC = () => { .{" | "} diff --git a/client/components/Header.tsx b/client/components/Header.tsx index 9a0b03e..0e52336 100644 --- a/client/components/Header.tsx +++ b/client/components/Header.tsx @@ -116,7 +116,7 @@ const Header: FC = () => { >
  • { const title = !link && (

    - Kutt your links{" "} + Klip your links{" "} shorter diff --git a/docs/api/api.ts b/docs/api/api.ts index ed27b30..a248fb4 100644 --- a/docs/api/api.ts +++ b/docs/api/api.ts @@ -3,7 +3,7 @@ import * as p from "../../package.json"; export default { openapi: "3.0.0", info: { - title: "Kutt.it", + title: "Kutt", description: "API reference for [http://kutt.it](http://kutt.it).\n", version: p.version }, diff --git a/server/env.ts b/server/env.ts index 6339582..4caeff9 100644 --- a/server/env.ts +++ b/server/env.ts @@ -2,8 +2,8 @@ import { cleanEnv, num, str, bool } from "envalid"; const env = cleanEnv(process.env, { PORT: num({ default: 3000 }), - SITE_NAME: str({ example: "Kutt" }), - DEFAULT_DOMAIN: str({ example: "kutt.it" }), + SITE_NAME: str({ example: "Klip" }), + DEFAULT_DOMAIN: str({ example: "klip.example" }), LINK_LENGTH: num({ default: 6 }), DB_HOST: str({ default: "localhost" }), DB_PORT: num({ default: 5432 }), @@ -34,7 +34,7 @@ const env = cleanEnv(process.env, { MAIL_PORT: num(), MAIL_SECURE: bool({ default: false }), MAIL_USER: str(), - MAIL_FROM: str({ default: "", example: "Kutt " }), + MAIL_FROM: str({ default: "", example: "Klip " }), MAIL_PASSWORD: str(), REPORT_EMAIL: str({ default: "" }), CONTACT_EMAIL: str({ default: "" }), diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index 0e4fd11..da50620 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -1,10 +1,10 @@ { - "name": "Kutt", - "short_name": "Kutt", + "name": "Klip", + "short_name": "Klip", "theme_color": "#f3f3f3", "background_color": "#f3f3f3", "display": "standalone", - "description": "Kutt.it is a free and open source URL shortener with custom domains and stats.", + "description": "Klip is a free and open source URL shortener with custom domains and stats.", "Scope": "/", "start_url": "/", "icons": [ @@ -50,4 +50,4 @@ } ], "splash_pages": null -} \ No newline at end of file +}