Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement metadata tags for social media previews, add OS version to macOS, and replace OS images with new ones #7

Merged
merged 10 commits into from
Sep 13, 2024
Prev Previous commit
Next Next commit
Replace windows installer image and fix some more small issues
  • Loading branch information
conradolandia committed Sep 4, 2024
commit 6f48d11e976a4903b5b839db3adc33586ad23bc5
2 changes: 1 addition & 1 deletion src/lib/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const subtitle =
export const comment =
"Designed by the community, for the community";
export const author = "Spyder Website Contributors";
export const description = `${subtitle}. ${comment}`;
export const description = subtitle;
export const keywords = [
"Python",
"IDE",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export const getOSButtons = (base, os) => {
str = "for Linux";
} else if (os === "mac") {
str = "for macOS";
const m1 = "(M1)";
const intel = "(Intel)";
const m1 = "14.0+ (M1)";
const intel = "12.0+ (Intel)";
osButtons = [
{
highlight: true,
Expand Down
Binary file modified static/assets/media/windows.webp
Binary file not shown.