chore: update site title

This commit is contained in:
jinhojang6 2024-09-12 03:14:25 +09:00
parent 4a7bcfebde
commit afbdae2658
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ export default function App({ Component, pageProps }: AppLayoutProps) {
return ( return (
<LSDThemeProvider> <LSDThemeProvider>
<Head> <Head>
<title>Logos NextJS Starter</title> <title>Logos Ordianals</title>
<meta <meta
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"

View File

@ -1,7 +1,7 @@
export const getWebsiteUrl = () => { export const getWebsiteUrl = () => {
if (typeof window === 'undefined') if (typeof window === 'undefined')
// return process.env.NEXT_PUBLIC_SITE_URL || 'https://dev.new-acid-info.vercel.app' // return process.env.NEXT_PUBLIC_SITE_URL || 'https://dev.new-acid-info.vercel.app'
return 'https://new-acid-info.vercel.app' return 'https://logos-ordinals-dashboard.vercel.app'
const url = new URL(window.location.href) const url = new URL(window.location.href)
return url.origin return url.origin