Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ Under the following terms:

---

The **COD RCG** is made with ❤️ by SiloCityLabs for the Call of Duty community.
**COD RCG** is a collaborative effort by OneBuffaloLabs and SiloCityLabs, created for the Call of Duty community.
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.SITE_URL || 'https://codrcg.com',
siteUrl: process.env.NEXT_PUBLIC_APP_URL || 'https://codrcg.com',
generateRobotsTxt: true,
outDir: './out', // Output directory for the generated sitemap
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codrcg.com",
"version": "3.0.0",
"license": "CC-BY-NC-SA-4.0",
"packageManager": "pnpm@10.12.4",
"packageManager": "pnpm@10.13.1",
"scripts": {
"build": "pnpm run build:workspaces && next build && next-sitemap",
"build:turbo": "pnpm run --recursive --if-present build && next build --turbo",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@silocitypages/utils": "workspace:^1.0.0",
"bootstrap": "^5.3.3",
"joi": "^17.13.3",
"next": "^15.3.1",
"next": "^15.3.3",
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"react-content-loader": "^7.0.2",
Expand Down
Loading