Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from claustra01/first_setup
Browse files Browse the repository at this point in the history
add: first_setup
  • Loading branch information
Sea10wood authored Aug 10, 2024
2 parents 7421b1f + b0f74ac commit d8dd091
Show file tree
Hide file tree
Showing 28 changed files with 1,515 additions and 1,758 deletions.
12 changes: 10 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"ignorePaths": ["node_modules/**", "*.svg"]
}
"ignorePaths": ["node_modules/**", "*.svg"],
"version": "0.2",
"language": "en",
"words": [
"NATSUMATSURI",
"Dela",
"Yuji",
"Syuku"
]
}
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/webp" href="/logo.webp" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Yuji+Syuku&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>VIRTUAL_NATSUMATSURI</title>
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand Down
Loading

0 comments on commit d8dd091

Please sign in to comment.