Skip to content

Commit

Permalink
Change main url to dcss-stats.com
Browse files Browse the repository at this point in the history
  • Loading branch information
O4epegb committed Sep 23, 2024
1 parent fd3e9e1 commit 43f1ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img width="128" height="128" src="./apps/web/public/logo-256.png">
</p>

# [DCSS Stats](https://dcss-stats.vercel.app/)
# [DCSS Stats](https://dcss-stats.com/)

[Dungeon Crawl Stone Soup](https://crawl.develz.org/) statistics app.

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion apps/api/src/app/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
Expand Down

0 comments on commit 43f1ec1

Please sign in to comment.