diff --git a/.editorconfig b/.editorconfig index 9d489a52..a022bbfb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ trim_trailing_whitespace = true [*.php] indent_size = 4 -[*.md,*.txt] +[*.md] indent_style = space trim_trailing_whitespace = false insert_final_newline = false diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 4d004bb9..8ded73ed 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -8,7 +8,7 @@ export default defineConfig({ base: "/retour-for-kirby/", appearance: "force-dark", cleanUrls: true, - head: [["link", { rel: "og:image", href: "/ogimage.png" }]], + head: [["link", { rel: "og:image", href: "/retour-for-kirby/ogimage.png" }]], themeConfig: { logo: "/scribbles.svg",