We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
versions.js
1 parent eaddad0 commit afc70e4Copy full SHA for afc70e4
docs/src/.vitepress/config.mts
@@ -29,7 +29,7 @@ export default defineConfig({
29
outDir: 'REPLACE_ME_DOCUMENTER_VITEPRESS', // This is required for MarkdownVitepress to work correctly...
30
head: [
31
['link', { rel: 'icon', href: 'REPLACE_ME_DOCUMENTER_VITEPRESS_FAVICON' }],
32
- ['script', {src: `/versions.js`}],
+ ['script', {src: `/QuantumToolbox.jl/versions.js`}],
33
['script', {src: `${baseTemp.base}siteinfo.js`}]
34
],
35
ignoreDeadLinks: true,
0 commit comments