Skip to content

Commit

Permalink
firebase + react
Browse files Browse the repository at this point in the history
  • Loading branch information
jnakaso committed Apr 29, 2024
1 parent d830e70 commit 8b3ef2c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 92 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "public",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/logo-dark.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Game For Love : Digital Aid Seattle</title>
<title>Game For Love | Digital Aid Seattle</title>
</head>
<body>
<div id="root"></div>
Expand Down
33 changes: 0 additions & 33 deletions public/404.html

This file was deleted.

43 changes: 0 additions & 43 deletions public/index.html

This file was deleted.

1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

13 changes: 2 additions & 11 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'

function App() {
const [count, setCount] = useState(0)

return (
<>
<div>
<a href="https://vitejs.dev" target="_blank">
<img src={viteLogo} className="logo" alt="Vite logo" />
</a>
<a href="https://react.dev" target="_blank">
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
</div>
<h1>Vite + React</h1>

<h1>Games For Love | Digital Aid Seattle</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
count is {count}
Expand Down
1 change: 0 additions & 1 deletion src/assets/react.svg

This file was deleted.

0 comments on commit 8b3ef2c

Please sign in to comment.