File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default function Blog({ articles }) {
21
21
}
22
22
23
23
export async function getStaticProps ( ) {
24
- const res = await fetch ( 'https://dev.to/api/articles?username=web3community ' , {
24
+ const res = await fetch ( 'https://dev.to/api/articles?username=webxdao ' , {
25
25
method : 'GET'
26
26
} )
27
27
const articles = await res . json ( )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function Home({ articles }) {
19
19
}
20
20
21
21
export async function getStaticProps ( ) {
22
- const res = await fetch ( 'https://dev.to/api/articles?username=web3community ' , {
22
+ const res = await fetch ( 'https://dev.to/api/articles?username=webxdao ' , {
23
23
method : 'GET'
24
24
} )
25
25
const articles = await res . json ( )
You can’t perform that action at this time.
0 commit comments