You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Read the path prefix from RTD's canonical URL env var when present
5
+
// (e.g. https://<slug>.readthedocs.build/en/171/ → /en/171/), so all
6
+
// asset URLs resolve correctly under the PR-preview subpath. Defaults
7
+
// to '/' for the GitHub Pages build at zarr.dev.
8
+
constrtdUrl=process.env.READTHEDOCS_CANONICAL_URL
9
+
constbase=rtdUrl ? newURL(rtdUrl).pathname : '/'
10
+
4
11
exportdefaultdefineConfig({
12
+
base,
5
13
title: 'Zarr',
6
14
description: 'Zarr is a community project to develop specifications and software for storage of large N-dimensional typed arrays, also commonly known as tensors.',
0 commit comments