Skip to content

Commit

Permalink
Remove the assets subdir (#97)
Browse files Browse the repository at this point in the history
* Update the cache-dependency-path

* Read the assets from '/kitops'

* UI fixes

* Remove the subdir for assets
  • Loading branch information
javisperez committed Mar 12, 2024
1 parent b6442cd commit 27d4eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/.vitepress/config.mts
Expand Up @@ -9,7 +9,6 @@ export default defineConfig({
srcDir: 'src',
title: 'KitOps',
description: 'Documentation for KitOps',
base: '/kitops',

head: [
['link', { rel: "apple-touch-icon", sizes: "180x180", href: "/favicons/apple-touch-icon.png"}],
Expand Down

0 comments on commit 27d4eae

Please sign in to comment.