diff --git a/mkdocs.yml b/mkdocs.yml index 1ab43a3d..21aaa06a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,14 +1,13 @@ site_name: sharp -site_url: http://sharp.dimens.io/ +site_url: http://sharp.pixelplumbing.com/ repo_url: https://github.com/lovell/sharp site_description: High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images -copyright: dimens.io -google_analytics: ['UA-13034748-12', 'sharp.dimens.io'] +copyright: pixelplumbing.com +google_analytics: ['UA-13034748-12', 'sharp.pixelplumbing.com'] theme: readthedocs markdown_extensions: - toc: permalink: True -dev_addr: 0.0.0.0:10101 pages: - Home: index.md - Installation: install.md