nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.12k stars 623 forks source link

BaseURL is not added to images #1829

Closed esoubiran-aneo closed 1 year ago

esoubiran-aneo commented 1 year ago

Environment

√ Using ArmoniK Docs Theme v0.1.0
RootDir: C:/Users/esoubiran/dev/armonik-docs-theme 
Nuxt project info:
------------------------------
- Operating System: `Windows_NT`
- Node Version:     `v18.12.1`
- Nuxt Version:     `3.0.0`
- Nitro Version:    `1.0.0`
- Package Manager:  `pnpm@7.25.0`
- Builder:          `vite`
- User Config:      `app`, `extends`
- Runtime Modules:  `-`
- Build Modules:    `-`
------------------------------

Reproduction

Describe the bug

I expected images links to have been prefixed by the baseURL given in the nuxt.config.ts.

Here an example : https://aneoconsulting.github.io/armonik-docs-theme/guide/writing#images

Clicked on the preview link.

Additional context

No response

Logs

No response

esoubiran-aneo commented 1 year ago

Or see here at the end of this page : https://aneoconsulting.github.io/armonik-docs-theme/guide/installation#install-armonik-docs-theme

Repo here : https://github.com/aneoconsulting/armonik-docs-theme