Skip to content

Commit

Permalink
new ogImages for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MacB committed Jan 23, 2024
1 parent bea6aa5 commit f3486c3
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 1 deletion.
Binary file added src/public/kiwi_hot_feed_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/kiwi_new_feed_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/kiwi_nft_feed_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/kiwi_top_feed_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/views/best.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export default async function index(trie, theme, page, period, domain) {
} else {
stories = cacheRes.stories;
}
const ogImage = "https://news.kiwistand.com/kiwi_top_feed_page.png";
return html`
<html lang="en" op="news">
<head>
Expand Down
2 changes: 1 addition & 1 deletion src/views/feed.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export default async function (trie, theme, page, domain) {
if (domain) {
query += `&domain=${domain}`;
}

const ogImage = "https://news.kiwistand.com/kiwi_hot_feed_page.png";
return html`
<html lang="en" op="news">
<head>
Expand Down
1 change: 1 addition & 0 deletions src/views/new.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export default async function (trie, theme, index) {
}

const path = "/new";
const ogImage = "https://news.kiwistand.com/kiwi_new_feed_page.png";
return html`
<html lang="en" op="news">
<head>
Expand Down
1 change: 1 addition & 0 deletions src/views/nfts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default async function (trie, theme) {
}

const path = "/nfts";
const ogImage = "https://news.kiwistand.com/kiwi_nft_feed_page.png";
return html`
<html lang="en" op="news">
<head>
Expand Down

0 comments on commit f3486c3

Please sign in to comment.