Skip to content

Commit b0076ad

Browse files
author
sw-yx
committed
shift functions folder
1 parent 57d348f commit b0076ad

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

example/src/App.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Login({ }: MaybePathProps) {
8181
</button>
8282
)}
8383
{setting && setting.external.github && (
84-
<button className="btn" style={{ background: "blue" }} onClick={() => loginProvider("github")}>
84+
<button className="btn" style={{ background: "lightblue" }} onClick={() => loginProvider("github")}>
8585
GitHub
8686
</button>
8787
)}
@@ -91,7 +91,7 @@ function Login({ }: MaybePathProps) {
9191
</button>
9292
)}
9393
{setting && setting.external.google && (
94-
<button className="btn" style={{ background: "orangered" }} onClick={() => loginProvider("google")}>
94+
<button className="btn" style={{ background: "lightsalmon" }} onClick={() => loginProvider("google")}>
9595
Google
9696
</button>
9797
)}

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# example netlify.toml
22
[build]
33
command = "cd example && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
4-
functions = "functions"
4+
functions = "example/functions"
55
publish = "example/build"
66

77
## Uncomment to use this redirect for Single Page Applications like create-react-app.

0 commit comments

Comments
 (0)