Skip to content

Commit

Permalink
docs(github pages): fixed GitHub pages asset path directory resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks authored May 8, 2024
2 parents 0f1accd + 5e62b48 commit 0f3999b
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pages/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,18 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Generative AI Newsletter App",
base: "/generative-ai-newsletter-app/",
description: "The Generative AI Newsletter Application sample is a ready-to-use serverless solution designed to allow users to create rich newsletters automatically with content summaries that are AI-generated.",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
search: {
provider: 'local'
},
nav: [
{ text: 'Home', link: '/' },
{ text: 'About', link: '/about'},
{ text: 'User Guide', link: '/user-guide' },
{ text: 'Deployment Guide', link: '/deployment' },
],

sidebar: [
// {
// text: 'Examples',
// items: [
// { text: 'Markdown Examples', link: '/markdown-examples' },
// { text: 'Runtime API Examples', link: '/api-examples' }
// ]
// }
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/aws-samples/generative-ai-newsletter-app' }
]
Expand Down

0 comments on commit 0f3999b

Please sign in to comment.