Skip to content

Commit

Permalink
Merge pull request #23 from yeonjulee1005/develop
Browse files Browse the repository at this point in the history
[🚌 version: 1.2.0] push to stage
  • Loading branch information
yeonjulee1005 authored Nov 14, 2023
2 parents 43d2e11 + 81b1a4b commit 78f5969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/AFooter.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const { mainMenuData, socialMenuData } = useMenuStore()
const magicLinkDialogTrigger = ref(false)
const getUrl = () => {
let url = config.public.siteUrl ?? 'http://localhost:4500/'
let url = config.public.siteUrl ?? 'https://www.dewdew.dev'
url = url.includes('http') ? url : `https://${url}`
url = url.charAt(url.length - 1) === '/' ? url : `${url}/`
return url.concat('confirm')
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default ({
public: {
emailJsKey: process.env.EMAILJS_KEY,
emailJSsTemplate: process.env.EMAILJS_TEMPLATE,
siteUrl: process.env.NUXT_PUBLIC_SITE_URL ?? process.env.NUXT_ENV_VERCEL_URL ?? 'http://localhost:4500',
siteUrl: process.env.BASE_URL,
serviceVersion: JSON.stringify(packageJson.version)
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Dewdew",
"email": "yeonju.lee1005@gmail.com"
},
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 78f5969

Please sign in to comment.