Compare commits
3 commits
4f2f33fe99
...
e32bce2f5b
Author | SHA1 | Date | |
---|---|---|---|
e32bce2f5b | |||
4d60d16630 | |||
705e4beaa4 |
4 changed files with 5 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
node_modules/
|
||||
.next/
|
||||
out/
|
||||
/out
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build:deploy": "next build && next export",
|
||||
"start": "next start",
|
||||
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ."
|
||||
},
|
||||
|
|
|
@ -5,7 +5,7 @@ export default function Document() {
|
|||
<Head>
|
||||
<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" type="text/css" href="https://cdn.sup39.dev/css/index.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://res.sup39.dev/index.css" />
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: ホーム | サンシャイン研究・開発
|
||||
description: スーパーマリオサンシャイン研究・開発のホームページです。
|
||||
createdAt: 2023/02/26(日) 01:00:00 +0900
|
||||
updatedAt: 2023/03/13(月) 18:21:48 +0900
|
||||
updatedAt: 2024/02/07(水) 18:37:22 +0900
|
||||
author: サポミク
|
||||
h1: ホーム
|
||||
---
|
||||
|
@ -20,5 +20,5 @@ h1: ホーム
|
|||
- [スーパーマリオサンシャインRTAインフォ](https://smsrta.wordpress.com/)
|
||||
- [SMS Guide](https://smscommunity.github.io/sms-guide/)
|
||||
### その他
|
||||
- [このサイトのソースコード](https://github.com/sup39/sms.sup39.dev)
|
||||
- [このサイトのソースコード](https://forgejo.sup39.dev/sms/sms.sup39.dev)
|
||||
- [旧サイト](https://sms-old.sup39.dev/)
|
||||
|
|
Loading…
Reference in a new issue