@@ -63,7 +63,7 @@ import PageArticle from '../components/PageArticle.vue'
6363import { useHead , useSeoMeta } from ' @unhead/vue'
6464
6565const description = ' カスタムタブ機能'
66- const image = ' https://azookey.netlify.app /static/og-image.png'
66+ const image = ' https://azookey.com /static/og-image.png'
6767const title = ' カスタムタブ | azooKey - 自由自在なキーボードアプリ'
6868
6969useHead ({
@@ -103,13 +103,13 @@ const customtabfiles = ref([
103103 {
104104 title: ' GODAN' ,
105105 description: ' GODAN配列がazooKeyでも使えるようになるテンキースタイルのカスタムタブです。' ,
106- link: ' https://azookey.netlify.app /static/custard/godan.json' ,
106+ link: ' https://azookey.com /static/custard/godan.json' ,
107107 image: ' /static/assets/custard_godan.jpg'
108108 },
109109 {
110110 title: ' ヒエログリフ' ,
111111 description: ' ヒエログリフを簡単に入力できるスクロール式のカスタムタブです。' ,
112- link: ' https://azookey.netlify.app /static/custard/hieroglyphs.json' ,
112+ link: ' https://azookey.com /static/custard/hieroglyphs.json' ,
113113 image: ' /static/assets/custard_hieroglyphs.jpg'
114114 }
115115 // 追加のカスタムタブファイル情報をここに追加します
@@ -129,31 +129,31 @@ const user_made_customtabfiles = ref([
129129 files: [
130130 {
131131 title: ' iPad用かな五十音順キーボード' ,
132- link: ' https://azookey.netlify.app /static/mori_project_custard/iPad_kana_fifty.json'
132+ link: ' https://azookey.com /static/mori_project_custard/iPad_kana_fifty.json'
133133 },
134134 {
135135 title: ' iPad用英数小文字アルファベット順キーボード' ,
136- link: ' https://azookey.netlify.app /static/mori_project_custard/iPad_english_lower.json'
136+ link: ' https://azookey.com /static/mori_project_custard/iPad_english_lower.json'
137137 },
138138 {
139139 title: ' iPad用英数大文字アルファベット順キーボード' ,
140- link: ' https://azookey.netlify.app /static/mori_project_custard/iPad_english_upper.json'
140+ link: ' https://azookey.com /static/mori_project_custard/iPad_english_upper.json'
141141 },
142142 {
143143 title: ' iPhone用かな五十音順キーボード' ,
144- link: ' https://azookey.netlify.app /static/mori_project_custard/iPhone_kana_fifty.json'
144+ link: ' https://azookey.com /static/mori_project_custard/iPhone_kana_fifty.json'
145145 },
146146 {
147147 title: ' iPhone用英数小文字アルファベット順キーボード' ,
148- link: ' https://azookey.netlify.app /static/mori_project_custard/iPhone_english_lower.json'
148+ link: ' https://azookey.com /static/mori_project_custard/iPhone_english_lower.json'
149149 },
150150 {
151151 title: ' iPhone用英数大文字アルファベット順キーボード' ,
152- link: ' https://azookey.netlify.app /static/mori_project_custard/iPhone_english_upper.json'
152+ link: ' https://azookey.com /static/mori_project_custard/iPhone_english_upper.json'
153153 },
154154 {
155155 title: ' iPhone用数字テンキー' ,
156- link: ' https://azookey.netlify.app /static/mori_project_custard/iPhone_number_tenkey.json'
156+ link: ' https://azookey.com /static/mori_project_custard/iPhone_number_tenkey.json'
157157 }
158158 ]
159159 }
0 commit comments