Skip to content

Commit

Permalink
replace me :(
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Jun 21, 2024
1 parent 40c0a17 commit e446e58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ const vitestConfig = defineVitestConfig({
},
});
const viteConfig = defineViteConfig({
base: '/',
base: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
title: "Beautiful Makie",
description: "A gallery collection",
lastUpdated: true,
cleanUrls: true,

outDir: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
markdown: {
config(md) {
md.use(tabsMarkdownPlugin)
Expand Down Expand Up @@ -345,7 +345,7 @@ const viteConfig = defineViteConfig({
{ text: 'how_to_cube',link: '/examples/3d/meshes/how_to_cube' },
{ text: 'meshes',link: '/examples/3d/meshes/meshes' },
{ text: 'simplex',link: '/examples/3d/meshes/simplex' },

{ text: 'Isosurfaces',link: '/examples/3d/meshes/isosurfaces' },
],
},
{
Expand Down Expand Up @@ -488,6 +488,7 @@ const viteConfig = defineViteConfig({
},
],
},
editLink: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
socialLinks: [
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/lazaro-alonso/' },
{ icon: 'github', link: 'https://github.com/lazarusA' },
Expand Down

0 comments on commit e446e58

Please sign in to comment.