Skip to content

Commit 5d800e6

Browse files
committed
デプロイ完了
1 parent 54c16b1 commit 5d800e6

3 files changed

Lines changed: 67 additions & 9 deletions

File tree

.firebase/hosting.YnVpbGQ.cache

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
robots.txt,1736144974424,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
2+
manifest.json,1736144974423,4e1d3adad9ce7e17c0d13fac197f1c27091906f4ecf3909c9f51247bff345118
3+
logo512.png,1736144974423,2356e0b814e58a349935c8de17226873d615d088a867d591fef48a64c80c9a2f
4+
logo192.png,1736144974422,f66564670b5bfe49f3f04a5b63107bae60f4a7736f1d3b83aa0115f7acf45150
5+
index.html,1736144983594,d57e34be06a4f72213a4844c791729e50b0a729181f2798e961a085b60ae7fa9
6+
favicon.ico,1736144974420,1463be9bedc82e16f9364eec7a1f5152cbe56229401381eed65c1496cb884407
7+
discordLogo.svg,1736144974419,31bc736f6beff8dd63926ebc174d89c9f1bafabf273595b95b0758f4477e4a69
8+
asset-manifest.json,1736144983594,078fe9453b43e8e5429d46e980a4380688eb7a16f8a7b073541c804ef9e0bd85
9+
404.html,1736144974419,b6abfbdc894d37c260154e281499dc6415bb6ad76b32f01ef94dee93aa897ac4
10+
static/js/main.ec0a66d4.js.LICENSE.txt,1736144983600,80f443906f3240aacce70c26be68e650c7b115d7c0078f17906ab3214ce248b3
11+
shiba_brown.png,1736144974425,82b4efa19cc8e4712e533b4e293288de75c6c58830fb5f4d2628be25b26e175c
12+
static/css/main.bf1d28ce.css.map,1736144983600,c83170b4061bc14e5f58dae6dc829ca58c7b7694b47d0a54b5d45e7d3a38f32e
13+
static/css/main.bf1d28ce.css,1736144983600,a79015c6e0206aea0879241c12ccf5e6e899c82555dc3ea8de49e3e75df2f5b1
14+
kubellmobile Zoom設定.pdf,1736144974421,05cafadb7711266e1007ec73135b61dd3dd8df83670d036b4fcd33db154b7417
15+
static/js/main.ec0a66d4.js,1736144983600,d93421b329b97a3768114909e498ac407ba74220227c0c96b6d386609ef433e4
16+
static/js/main.ec0a66d4.js.map,1736144983600,a7defdc626de9b081359966e0df2fabf75912a1a407afff6f887709668b11d05

firebase.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"emulators": {
3-
"dataconnect": {
4-
"dataDir": "dataconnect/.dataconnect/pgliteData"
5-
}
6-
},
7-
"dataconnect": {
8-
"source": "dataconnect"
9-
},
102
"hosting": {
11-
"public": "public",
3+
"public": "build",
124
"ignore": [
135
"firebase.json",
146
"**/.*",
157
"**/node_modules/**"
8+
],
9+
"rewrites": [
10+
{
11+
"source": "**",
12+
"destination": "/index.html"
13+
}
1614
]
1715
}
1816
}

public/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<meta name="theme-color" content="#000000" />
8+
<meta
9+
name="description"
10+
content="Web site created using create-react-app"
11+
/>
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13+
<!--
14+
manifest.json provides metadata used when your web app is installed on a
15+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
16+
-->
17+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
18+
<!--
19+
Notice the use of %PUBLIC_URL% in the tags above.
20+
It will be replaced with the URL of the `public` folder during the build.
21+
Only files inside the `public` folder can be referenced from the HTML.
22+
23+
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
24+
work correctly both with client-side routing and a non-root public URL.
25+
Learn how to configure a non-root public URL by running `npm run build`.
26+
-->
27+
<link href="https://fonts.googleapis.com/earlyaccess/nikukyu.css" rel="stylesheet">
28+
<title>Discord clone</title>
29+
</head>
30+
<body>
31+
<noscript>You need to enable JavaScript to run this app.</noscript>
32+
<div id="root"></div>
33+
<!--
34+
This HTML file is a template.
35+
If you open it directly in the browser, you will see an empty page.
36+
37+
You can add webfonts, meta tags, or analytics to this file.
38+
The build step will place the bundled scripts into the <body> tag.
39+
40+
To begin the development, run `npm start` or `yarn start`.
41+
To create a production bundle, use `npm run build` or `yarn build`.
42+
-->
43+
</body>
44+
</html>

0 commit comments

Comments
 (0)