Skip to content

Commit

Permalink
JFRA-03: Force Github nickname.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Felipe Rada committed Jan 17, 2025
1 parent 50a0214 commit fc72458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const isProd = import.meta.env.PROD;
const isDev = import.meta.env.DEV;
const SERVER_PORT = 8888;
const LOCALHOST_URL = `http://localhost:${SERVER_PORT}/`;
const PROD_URL = 'https://radapls.github.com';
const PROD_URL = 'https://Radapls.github.com';

let BASE_URL;
if (isProd)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "radapls",
"type": "module",
"version": "2.0.0",
"homepage": "https://radapls.github.com",
"homepage": "https://Radapls.github.com",
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit fc72458

Please sign in to comment.