Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Commit 1d21948

Browse files
committed
Fix conflicts
1 parent c33b701 commit 1d21948

File tree

3 files changed

+4
-29
lines changed

3 files changed

+4
-29
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
2-
3-
<html lang="ja" dir="ltr">
2+
<html lang="ja">
43
<head>
54
<meta charset="utf-8">
65
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">

site.webmanifest

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
<<<<<<< HEAD
3-
"name": "DojoCon Japan 2025",
4-
"short_name": "DojoCon Japan 2025",
2+
"name": "Coolest Projects Japan 2026",
3+
"short_name": "Coolest Projects Japan 2026",
54
"icons": [
65
{
76
"src": "/img/android-chrome-192x192.png",
@@ -17,23 +16,4 @@
1716
"theme_color": "#ffffff",
1817
"background_color": "#ffffff",
1918
"display": "standalone"
20-
=======
21-
"name": "DojoCon Japan",
22-
"short_name": "DojoCon Japan",
23-
"icons": [
24-
{
25-
"src": "/img/android-chrome-192x192.png",
26-
"sizes": "192x192",
27-
"type": "image/png"
28-
},
29-
{
30-
"src": "/img/android-chrome-256x256.png",
31-
"sizes": "256x256",
32-
"type": "image/png"
33-
}
34-
],
35-
"theme_color": "#ffffff",
36-
"background_color": "#ffffff",
37-
"display": "standalone"
38-
>>>>>>> b8a451b (Initial commit)
3919
}

sitemap.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
44
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
55
<url>
6-
<<<<<<< HEAD
7-
<loc>https://dojocon2025.coderdojo.jp/</loc>
8-
=======
9-
<loc>https://dojocon-template.coderdojo.jp/</loc>
10-
>>>>>>> b8a451b (Initial commit)
6+
<loc>https://coolestprojects2026.coderdojo.jp/</loc>
117
</url>
128
</urlset>

0 commit comments

Comments
 (0)