From f8a2032980c3e6cd76d5b0818cb0060f10d1b395 Mon Sep 17 00:00:00 2001 From: whes1015 Date: Tue, 30 Jan 2024 03:46:14 +0800 Subject: [PATCH] fix: url --- src/change.pug | 6 +++--- src/forget.pug | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/change.pug b/src/change.pug index 49af4db..02d421b 100644 --- a/src/change.pug +++ b/src/change.pug @@ -7,7 +7,7 @@ html(lang="zh-Hant") //- Facebook Meta Tags meta(property="og:site_name", content="探索科技 | ExpTech Studio") - meta(property="og:url", content="https://exptech.com.tw/api/v1/file/exptech/register.html") + meta(property="og:url", content="https://api.exptech.com.tw/api/v1/file/exptech/register.html") meta(property="og:type", content="website") meta(property="og:title", content="更改密碼") meta(property="og:description", content="更改 ExpTech 帳號密碼") @@ -15,8 +15,8 @@ html(lang="zh-Hant") //- Twitter Meta Tags meta(name="twitter:card", content="summary") - meta(property="twitter:domain", content="exptech.com.tw") - meta(property="twitter:url", content="https://exptech.com.tw/api/v1/file/exptech/register.html") + meta(property="twitter:domain", content="api.exptech.com.tw") + meta(property="twitter:url", content="https://api.exptech.com.tw/api/v1/file/exptech/register.html") meta(name="twitter:title", content="更改密碼") meta(name="twitter:description", content="更改 ExpTech 帳號密碼") meta(name="twitter:image", content="https://cdn.jsdelivr.net/gh/ExpTechTW/API@master/image/Icon/ExpTech.png") diff --git a/src/forget.pug b/src/forget.pug index 41dad37..e55dcd1 100644 --- a/src/forget.pug +++ b/src/forget.pug @@ -7,7 +7,7 @@ html(lang="zh-Hant") //- Facebook Meta Tags meta(property="og:site_name", content="探索科技 | ExpTech Studio") - meta(property="og:url", content="https://exptech.com.tw/api/v1/file/exptech/register.html") + meta(property="og:url", content="https://api.exptech.com.tw/api/v1/file/exptech/register.html") meta(property="og:type", content="website") meta(property="og:title", content="忘記密碼") meta(property="og:description", content="ExpTech 帳號忘記密碼") @@ -15,8 +15,8 @@ html(lang="zh-Hant") //- Twitter Meta Tags meta(name="twitter:card", content="summary") - meta(property="twitter:domain", content="exptech.com.tw") - meta(property="twitter:url", content="https://exptech.com.tw/api/v1/file/exptech/register.html") + meta(property="twitter:domain", content="api.exptech.com.tw") + meta(property="twitter:url", content="https://api.exptech.com.tw/api/v1/file/exptech/register.html") meta(name="twitter:title", content="忘記密碼") meta(name="twitter:description", content="ExpTech 帳號忘記密碼") meta(name="twitter:image", content="https://cdn.jsdelivr.net/gh/ExpTechTW/API@master/image/Icon/ExpTech.png")