Skip to content

Commit 7e79162

Browse files
authored
Merge pull request #118 from yuiseki/redirect-to-unopengis-org
unopengis.org へのリダイレクトのための設定を更新し、404およびインデックスページを追加
2 parents f598bf3 + 5d3c54b commit 7e79162

File tree

4 files changed

+41
-3
lines changed

4 files changed

+41
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
66

77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
9-
title: "UN Smart Maps",
10-
tagline: "Keep web maps open for a better world",
9+
title: "UN Smart Maps - Redirecting",
10+
tagline: "This site has moved to unopengis.org",
1111
url: "https://unopengis.github.io",
1212
baseUrl: "/smartmaps/",
1313
onBrokenLinks: "ignore",
1414
onBrokenMarkdownLinks: "ignore",
15+
trailingSlash: false,
1516
favicon: "img/favicon.png",
1617
i18n: {
1718
defaultLocale: 'en',

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# UN Smart Maps Documentation
22

3-
This is the documentation for the UN Smart Maps project for interested and existing volunteers. This website is built using [Docusaurus 2](https://docusaurus.io/).
3+
**⚠️ NOTICE: This site has been archived and redirects to https://unopengis.org/DWG7.html**
4+
5+
**⚠️ 注意: このサイトはアーカイブされ、https://unopengis.org/DWG7.html にリダイレクトされます**
46

7+
---
8+
9+
This is the documentation for the UN Smart Maps project for interested and existing volunteers. This website is built using [Docusaurus 2](https://docusaurus.io/).
510

611
このドキュメントは、UN Smart Mapsプロジェクトに興味を持っている方や、既存のボランティアの方向けのドキュメントです。このウェブサイトは[Docusaurus 2](https://docusaurus.io/)を使用して構築されています。
712

static/404.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://unopengis.org/DWG7.html">
6+
<meta name="robots" content="noindex">
7+
<link rel="canonical" href="https://unopengis.org/DWG7.html">
8+
<title>Redirecting...</title>
9+
<script>
10+
window.location.href = "https://unopengis.org/DWG7.html";
11+
</script>
12+
</head>
13+
<body>
14+
<p>This site has moved. Redirecting to <a href="https://unopengis.org/DWG7.html">https://unopengis.org/DWG7.html</a>...</p>
15+
</body>
16+
</html>

static/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://unopengis.org/DWG7.html">
6+
<meta name="robots" content="noindex">
7+
<link rel="canonical" href="https://unopengis.org/DWG7.html">
8+
<title>Redirecting...</title>
9+
<script>
10+
window.location.href = "https://unopengis.org/DWG7.html";
11+
</script>
12+
</head>
13+
<body>
14+
<p>This site has moved. Redirecting to <a href="https://unopengis.org/DWG7.html">https://unopengis.org/DWG7.html</a>...</p>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)