Skip to content

Commit

Permalink
refresh key, add title
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolaus-B committed Feb 17, 2024
1 parent ea40695 commit b6153a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Article</title>

<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
Expand Down
Binary file removed src/img/no-image.jpeg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/redux/acrticles/operations.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createAsyncThunk } from '@reduxjs/toolkit';
import axios from 'axios';

const ApiKey = '0a1f54de98a94593b203abe9891393f7';
const ApiKey = 'a803bade5cf3445582517dceab3630f7';
axios.defaults.baseURL = `
https://newsapi.org/`;

Expand Down

0 comments on commit b6153a7

Please sign in to comment.