Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-guestbook
Browse files Browse the repository at this point in the history
  • Loading branch information
tommm2 committed Aug 25, 2024
2 parents fe6afd6 + b95aff6 commit 88ea363
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [My website](https://jinrup.vercel.app/)
# [My website](https://jinrup.dev/)

## 🔧 Stack
- **Framework**: [Next](https://nextjs.org/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jinrup",
"name": "jinrup.dev",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export type SiteConfig = typeof siteConfig;

const baseUrl = process.env.NODE_ENV === 'production'
? 'https://jinrup.vercel.app'
? 'https://jinrup.dev'
: 'http://localhost:3000';

export const siteConfig = {
Expand Down

0 comments on commit 88ea363

Please sign in to comment.