Skip to content

Commit

Permalink
docs: add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
miku0129 committed May 20, 2024
1 parent d6276b1 commit 828137c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
REACT_APP_PAGE_ID=
REACT_APP_FB_ACCESS_TOKEN=
REACT_APP_FB_APP_ID=

REACT_APP_APIKEY=
REACT_APP_AUTHDOMAIN=
REACT_APP_PROJECTID=
REACT_APP_STORAGEBUCKET=
REACT_APP_MESSAGINGSENDERID=
REACT_APP_APPID=
REACT_APP_MEASUREMENTID=

REACT_APP_FLICKR_API_KEY=
REACT_APP_FLICKR_PHOTOSET_ID=
REACT_APP_FLICKR_USER_ID=
REACT_APP_FLICKR_SERVER_ID=
2 changes: 1 addition & 1 deletion src/component/content-header/content-header.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Header = styled.div`
rgb(235, 130, 23, 0.8),
rgb(220, 241, 231, 0)
),
url("https://i.ibb.co/G2cH2Xh/jm11.jpg");
url("https://live.staticflickr.com/65535/53730385974_a88a0ed88f.jpg");
width: 100%;
height: 100vh;
background-size: cover;
Expand Down

0 comments on commit 828137c

Please sign in to comment.