Skip to content

Commit c3a7f9a

Browse files
committed
Fixed go to file link
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
1 parent 7ea1f6f commit c3a7f9a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.astro/astro/content.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ declare module 'astro:content' {
152152

153153
type ContentEntryMap = {
154154
"docs": {
155-
"browsers/goToFile.mdx": {
156-
id: "browsers/goToFile.mdx";
157-
slug: "browsers/gotofile";
155+
"browsers/go-to-file.mdx": {
156+
id: "browsers/go-to-file.mdx";
157+
slug: "browsers/go-to-file";
158158
body: string;
159159
collection: "docs";
160160
data: InferEntrySchema<"docs">

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export default defineConfig({
165165
},
166166
{
167167
label: 'Go To File',
168-
link: 'browsers/goToFile/',
168+
link: 'browsers/go-to-file/',
169169
},
170170
{
171171
label: 'IBM i FileSystem',

0 commit comments

Comments
 (0)