Skip to content

Commit

Permalink
🔨 ドメイン変更作業
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Nov 26, 2024
1 parent 40ca6b6 commit 886a02b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion public/robot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ User-agent: *
Disallow: /private/
Disallow: /_next/
Disallow: /assets/
Sitemap: https://www.uniproject-tech.net/sitemap.xml
Sitemap: https://www.uniproject.jp/sitemap.xml
2 changes: 1 addition & 1 deletion src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ UniProjectでは、主にDiscordを使用しています。
Discordはこちら!
https://uniproject-tech.net/discord
https://uniproject.jp/discord
`;

const Home = () => {
Expand Down
10 changes: 5 additions & 5 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const metadata: Metadata = {
},
openGraph: {
type: 'website',
url: 'https://www.uniproject-tech.net',
url: 'https://www.uniproject.jp',
title: 'お問い合わせ - UniProject',
description:
'UniProjectのお問い合わせ先です。サークルへのご依頼やご質問は下記連絡先にて受け付けております。どうぞお気軽にご連絡・お問い合わせください。',
Expand Down Expand Up @@ -54,15 +54,15 @@ const ContactsPage: NextPage = () => {
</h2>
<div id="hp" className="flex flex-col items-center space-y-3">
<h3 className="text-2xl">HPに関するお問い合わせ</h3>
webmaster[at]mail.uniproject-tech.net
<Button href="mailto:webmaster@mail.uniproject-tech.net">
webmaster[at]uniproject.jp
<Button href="mailto:webmaster@uniproject.jp">
メールを送る
</Button>
</div>
<div id="othermail" className="flex flex-col items-center">
<h3 className="text-2xl">その他お問い合わせ</h3>
info[at]mail.uniproject-tech.net
<Button href="mailto:info@mail.uniproject-tech.net">
info[at]uniproject.jp
<Button href="mailto:info@uniproject.jp">
メールを送る
</Button>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const metadata: Metadata = {
description: "全国ネットのデジタル創作サークル『UniProject』の公式サイトです!普段の活動や、その他お知らせなどをお届けします。",
images: [
{
url: 'https://www.uniproject-tech.net/img/UniPro_Logo.webp',
url: 'https://www.uniproject.jp/img/UniPro_Logo.webp',
width: 128,
height: 134,
alt: 'UniProjectのロゴ',
Expand All @@ -22,12 +22,12 @@ export const metadata: Metadata = {
},
openGraph: {
type: 'website',
url: 'https://www.uniproject-tech.net',
url: 'https://www.uniproject.jp',
title: '全国ネットのデジタル創作サークル - UniProject',
description: '全国ネットのデジタル創作サークル『UniProject』の公式サイトです!普段の活動や、その他お知らせなどをお届けします。',
images: [
{
url: 'https://www.uniproject-tech.net/img/UniPro_Logo.webp',
url: 'https://www.uniproject.jp/img/UniPro_Logo.webp',
width: 128,
height: 134,
alt: 'UniProjectのロゴ',
Expand Down Expand Up @@ -91,7 +91,7 @@ export default function Home() {
<a href="#join">参加しよう!</a>
</h3>
<div className="text-center flex flex-col space-y-3">
<p>UniProjectに参加するには、以下のリンクから参加フォームにアクセスしてください。<br/>また、Discordは登録しなくても普段の活動の様子を見たり、メンバーと話したりできます。</p>
<p>UniProjectに参加するには、以下のリンクから参加フォームにアクセスしてください。<br />また、Discordは登録しなくても普段の活動の様子を見たり、メンバーと話したりできます。</p>
<div className='flex lg:flex-row flex-col justify-center items-center space-x-5'>
<Button<'Link'> href="https://forms.gle/VsRQQ4LwnxvDUyH58" className="lg:w-2/5 w-full" disabled={false}>
参加フォーム
Expand Down
4 changes: 2 additions & 2 deletions src/app/sitemap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import type { MetadataRoute } from "next";
export default function sitemap(): MetadataRoute.Sitemap {
return [
{
url: "https://www.uniproject-tech.net/",
url: "https://www.uniproject.jp/",
priority: 1,
},
{
url: "https://www.uniproject-tech.net/contact",
url: "https://www.uniproject.jp/contact",
priority: 1,
}
];
Expand Down

0 comments on commit 886a02b

Please sign in to comment.