Compare commits

..

No commits in common. "e32bce2f5bae9c93bdedfd082cffa8cf33996323" and "4f2f33fe99c9918277906a7ee318c2e58f1b706b" have entirely different histories.

4 changed files with 4 additions and 5 deletions

2
.gitignore vendored
View file

@ -1,3 +1,3 @@
node_modules/ node_modules/
.next/ .next/
/out out/

View file

@ -5,7 +5,6 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"build:deploy": "next build && next export",
"start": "next start", "start": "next start",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ." "lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ."
}, },

View file

@ -5,7 +5,7 @@ export default function Document() {
<Head> <Head>
<link rel="icon" href="/favicon.svg" /> <link rel="icon" href="/favicon.svg" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css" integrity="sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/" crossOrigin="anonymous" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css" integrity="sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/" crossOrigin="anonymous" />
<link rel="stylesheet" type="text/css" href="https://res.sup39.dev/index.css" /> <link rel="stylesheet" type="text/css" href="https://cdn.sup39.dev/css/index.css" />
</Head> </Head>
<body> <body>
<Main /> <Main />

View file

@ -2,7 +2,7 @@
title: ホーム | サンシャイン研究・開発 title: ホーム | サンシャイン研究・開発
description: スーパーマリオサンシャイン研究・開発のホームページです。 description: スーパーマリオサンシャイン研究・開発のホームページです。
createdAt: 2023/02/26(日) 01:00:00 +0900 createdAt: 2023/02/26(日) 01:00:00 +0900
updatedAt: 2024/02/07(水) 18:37:22 +0900 updatedAt: 2023/03/13(月) 18:21:48 +0900
author: サポミク author: サポミク
h1: ホーム h1: ホーム
--- ---
@ -20,5 +20,5 @@ h1: ホーム
- [スーパーマリオサンシャインRTAインフォ](https://smsrta.wordpress.com/) - [スーパーマリオサンシャインRTAインフォ](https://smsrta.wordpress.com/)
- [SMS Guide](https://smscommunity.github.io/sms-guide/) - [SMS Guide](https://smscommunity.github.io/sms-guide/)
### その他 ### その他
- [このサイトのソースコード](https://forgejo.sup39.dev/sms/sms.sup39.dev) - [このサイトのソースコード](https://github.com/sup39/sms.sup39.dev)
- [旧サイト](https://sms-old.sup39.dev/) - [旧サイト](https://sms-old.sup39.dev/)