Skip to content

Commit 8216cb6

Browse files
authored
Website: Meta Image (#3835)
1 parent cfe5df9 commit 8216cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'ZIO HTTP',
1010
tagline: ' A next-generation Scala framework for building scalable, correct, and efficient HTTP clients and servers',
11-
url: 'https://zio-http.netlify.app',
11+
url: 'https://ziohttp.com',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',
@@ -50,6 +50,7 @@ const config = {
5050
themeConfig:
5151
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
5252
({
53+
image: 'img/ZIO.png',
5354

5455
algolia: {
5556
// The application ID provided by Algolia

0 commit comments

Comments
 (0)