diff --git a/.htaccess b/.htaccess index 8a85de8..cb4a9ca 100644 --- a/.htaccess +++ b/.htaccess @@ -19,6 +19,7 @@ RewriteRule ^yt/?$ "https://www.youtube.com/c/ellpeck" [R=301,L] RewriteRule ^wishlist/?$ "https://www.amazon.de/hz/wishlist/ls/LZO9Y2Z3VJ5Q?&sort=default" [R=301,L] RewriteRule ^commissions/?$ "https://ellpeck.de/#commissions" [NE,R=301,L] RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [NE,R=301,L] +RewriteRule ^ffdiscord/?$ "https://discord.gg/UpwMcs7" [NE,R=301,L] ErrorDocument 404 /404.html diff --git a/scripts/projects.js b/scripts/projects.js index 30e5b0e..9e04768 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -1,9 +1,11 @@ const projects = [{ name: "Foe Frenzy", - desc: "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor. It's currently in development, and will be released in December 2019.", + desc: "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor. It's currently in development, and it will be released in December 2019.", links: { - "itch.io page": "https://ellpeck.itch.io/foefrenzy", - "Watch the trailer": "https://www.youtube.com/watch?v=Z7ZeuVBNuf4" + "Watch the trailer": "https://www.youtube.com/watch?v=Z7ZeuVBNuf4", + "Buy on Steam": "https://store.steampowered.com/app/1194170/", + "Buy on itch": "https://ellpeck.itch.io/foefrenzy", + "Buy on Discord": "https://ellpeck.de/ffdiscord" }, status: "In development", icon: "ff"