Compare commits

...

3 commits

Author SHA1 Message Date
e32bce2f5b
fix: css url 2024-02-07 18:42:29 +09:00
4d60d16630
dev: add build:deploy script 2024-02-07 18:40:53 +09:00
705e4beaa4
docs: move to forgejo.sup39.dev 2024-02-07 18:38:04 +09:00
4 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View file

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

View file

@ -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 ."
},

View file

@ -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 />

View file

@ -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/)