Skip to content

Commit

Permalink
Merge pull request #83 from yeonjulee1005/stage
Browse files Browse the repository at this point in the history
🚗 [version: 1.27.0] push to master
  • Loading branch information
yeonjulee1005 authored Jan 4, 2024
2 parents 0915cb8 + 2afac82 commit 7f8bb1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { loadMenuData } = useFetchComposable()
const seoTitle = 'Developer Dewdew | 개발자 이연주'
const seoDescription = '안녕하세요. FE 개발자 이연주입니다.'
const seoUrl = 'https://www.dewdew.dev'
const seoImage = 'https://tgtlrqqasaiavynmlxkc.supabase.co/storage/v1/object/public/assets/banner/main_banner.webp'
const seoImage = 'https://api.dewdew.dev/storage/v1/object/public/assets/banner/main_banner.webp'
loadMenuData('root')
loadMenuData('sub')
Expand Down
2 changes: 1 addition & 1 deletion composables/util/storage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const useImageStorage = () => {
const url = (imageUrl:string, bucket:string, type:string) => {
return `https://tgtlrqqasaiavynmlxkc.supabase.co/storage/v1/object/public/${bucket}/${type}/${imageUrl}`
return `https://api.dewdew.dev/storage/v1/object/public/${bucket}/${type}/${imageUrl}`
}
return {
url
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.26.0",
"version": "1.27.0",
"private": true,
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 7f8bb1d

Please sign in to comment.