From fbbf8843681f46a8804a4f822eeb20f6605e5e5c Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Tue, 21 Apr 2026 21:25:00 -0300 Subject: [PATCH] Fix YouTube banner image in fl-linux-install's portuguese variant. --- _data/languages.js | 1 + posts/instalando-fl-studio-no-linux.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 _data/languages.js diff --git a/_data/languages.js b/_data/languages.js new file mode 100644 index 0000000..322d425 --- /dev/null +++ b/_data/languages.js @@ -0,0 +1 @@ +module.exports = ["en", "pt"]; \ No newline at end of file diff --git a/posts/instalando-fl-studio-no-linux.html b/posts/instalando-fl-studio-no-linux.html index 4f787da..1431010 100644 --- a/posts/instalando-fl-studio-no-linux.html +++ b/posts/instalando-fl-studio-no-linux.html @@ -3,7 +3,7 @@ postTitle: "Instalando FL Studio no Linux." postId: fl-linux-install postVideoLink: "https://www.youtube.com/watch?v=6bnNAnSY9Uo" postVideoTitle: "Como instalar o FL Studio no Linux?" -postVideoImage: "fl_studio_linux.png" +postVideoImage: "/thumbnails/fl_studio_linux.png" postVideoWebsite: "YouTube" postVideoDuration: "5:53" langKey: pt