File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22create environment file name as .env.development.local,.env.production.local
33and place following configuration data.
44
5- REACT_APP_API_KEY=YOUR_API_KEY
5+ REACT_APP_APIKEY=YOUR_APIKEY
66REACT_APP_DELIVERY_TOKEN=YOUR_DELIVERY_TOKEN
77REACT_APP_ENVIRONMENT=YOUR_PUBLISHING_ENVIRONMENT
8- REACT_APP_REGION=(OPTIONAL) Eg- eu
8+ # REACT_APP_REGION=(Only for eu region)
9+ #Eg-REACT_APP_REGION=eu
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export default class BlogPost extends React.Component {
8383 { this . state . entry ? (
8484 < div >
8585 < span className = "blogPostTimeStamp" >
86- { dateSetter ( this . state . entry . _owner . created_at ) }
86+ { dateSetter ( this . state . entry . publish_date ) }
8787 </ span >
8888 ,
8989 < span className = "blogpost-author" >
You can’t perform that action at this time.
0 commit comments