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 }) {
2121}
2222
2323export 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 ' , {
2525 method : 'GET'
2626 } )
2727 const articles = await res . json ( )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function Home({ articles }) {
1919}
2020
2121export 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 ' , {
2323 method : 'GET'
2424 } )
2525 const articles = await res . json ( )
You can’t perform that action at this time.
0 commit comments