From 43f1ec1e16d7cd485f30825cf4dad471fa584ce6 Mon Sep 17 00:00:00 2001 From: Daniil Demidovich Date: Mon, 23 Sep 2024 12:26:45 +0200 Subject: [PATCH] Change main url to dcss-stats.com --- README.md | 6 +++--- apps/api/src/app/swagger.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19cfe1e..bb7484e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-# [DCSS Stats](https://dcss-stats.vercel.app/) +# [DCSS Stats](https://dcss-stats.com/) [Dungeon Crawl Stone Soup](https://crawl.develz.org/) statistics app. @@ -44,10 +44,10 @@ If you want to update package versions use `yarn upgrade-interactive` ### Frontend -If you only want to run frontend, point `NEXT_PUBLIC_ROOT_URL` env variable to the production backend at `https://dcss-stats.vercel.app`: +If you only want to run frontend, point `NEXT_PUBLIC_ROOT_URL` env variable to the production backend at `https://dcss-stats.com`: ```yml -NEXT_PUBLIC_ROOT_URL="https://dcss-stats.vercel.app" +NEXT_PUBLIC_ROOT_URL="https://dcss-stats.com" ``` Then run frontend with: diff --git a/apps/api/src/app/swagger.ts b/apps/api/src/app/swagger.ts index e106a02..c346d57 100644 --- a/apps/api/src/app/swagger.ts +++ b/apps/api/src/app/swagger.ts @@ -8,7 +8,7 @@ export const initSwagger = async (app: AppType) => { openapi: '3.0.0', info: { title: 'DCSS Stats Swagger API', - description: 'Scalar Swagger UI for https://dcss-stats.vercel.app/', + description: 'Scalar Swagger UI for https://dcss-stats.com/', version: 'WIP', }, },