diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 37e821f9..82460144 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -62,7 +62,7 @@ export default defineConfig({ // Canonical URL ['link', { rel: 'canonical', href: 'https://promptsdoc.itycon.cn' + (typeof window !== 'undefined' ? window.location.pathname : '') }], // Import custom styles - ['link', { rel: 'stylesheet', href: '/.vitepress/styles/custom.css' }], + ['link', { rel: 'stylesheet', href: '/styles/custom.css' }], ], title: 'AI System Prompts Hub', description: 'A collection of system prompts for various AI tools.', diff --git a/docs/.vitepress/dist/404.html b/docs/.vitepress/dist/404.html index 133a1275..6fa5e8b4 100644 --- a/docs/.vitepress/dist/404.html +++ b/docs/.vitepress/dist/404.html @@ -6,18 +6,30 @@