Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
whes1015 committed Jan 29, 2024
1 parent 7db5a5a commit f8a2032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/change.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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 帳號密碼")
meta(property="og:image", content="https://cdn.jsdelivr.net/gh/ExpTechTW/API@master/image/Icon/ExpTech.png")

//- 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")
Expand Down
6 changes: 3 additions & 3 deletions src/forget.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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 帳號忘記密碼")
meta(property="og:image", content="https://cdn.jsdelivr.net/gh/ExpTechTW/API@master/image/Icon/ExpTech.png")

//- 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")
Expand Down

0 comments on commit f8a2032

Please sign in to comment.