We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6787e62 commit 3ec9c14Copy full SHA for 3ec9c14
2 files changed
docs_headless/astro.config.mjs
@@ -123,7 +123,7 @@ export default defineConfig({
123
[
124
rehypeAstroRelativeMarkdownLinks,
125
{
126
- // Do not apply a base segment to the transformed URL path
+ base: '/ra-core/',
127
collectionBase: false,
128
},
129
],
@@ -132,4 +132,5 @@ export default defineConfig({
132
vite: {
133
plugins: [tailwindcss()],
134
135
136
});
docs_headless/src/content/docs/index.mdx
@@ -8,10 +8,10 @@ hero:
8
file: ../../assets/houston.webp
9
actions:
10
- text: Headless
11
- link: /headless/guides/architecture/
+ link: /ra-core/headless/guides/architecture/
12
icon: right-arrow
13
- text: Shadcn UI
14
- link: /shadcn/guides/architecture/
+ link: /ra-core/shadcn/guides/architecture/
15
16
---
17
0 commit comments