From 27d4eae5715b44d862c843be7d916811ceb3a8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javis=20V=2E=20P=C3=A9rez?= Date: Tue, 12 Mar 2024 09:38:03 -0400 Subject: [PATCH] Remove the assets subdir (#97) * Update the cache-dependency-path * Read the assets from '/kitops' * UI fixes * Remove the subdir for assets --- docs/.vitepress/config.mts | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 0f589aec..9d7ce659 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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"}],