Skip to content

Commit 2724264

Browse files
committed
fix: image urls
1 parent 33078af commit 2724264

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
],
1616
],
1717
themeConfig: {
18-
logo: "/files/img/logo.png",
18+
logo: "/SwaggerProvider/files/img/logo.png",
1919
nav: [
2020
{ text: "Home", link: "/" },
2121
{ text: "NuGet", link: "https://www.nuget.org/packages/SwaggerProvider" },

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hero:
44
name: OpenAPI & Swagger F# Type Provider
55
tagline: Strongly-typed HTTP clients from OpenAPI 3.0 and Swagger 2.0 schemas in JSON and YAML formats.
66
image:
7-
src: /files/img/landing.png
7+
src: /SwaggerProvider/files/img/landing.png
88
alt: SwaggerProvider
99
actions:
1010
- theme: brand

0 commit comments

Comments
 (0)