File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const VercelJsonGenerator = () => {
1414 },
1515 {
1616 source: ` /${subpath } ` ,
17- destination: ` https://${subdomain }.mintlify.app `
17+ destination: ` https://${subdomain }.mintlify.app/${ subpath } `
1818 },
1919 {
2020 source: ` /${subpath }/llms.txt ` ,
@@ -101,4 +101,4 @@ export const VercelJsonGenerator = () => {
101101 </div >
102102 </div >
103103 )
104- }
104+ }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const VercelJsonGenerator = () => {
1414 },
1515 {
1616 source: ` /${subpath } ` ,
17- destination: ` https://${subdomain }.mintlify.app `
17+ destination: ` https://${subdomain }.mintlify.app/${ subpath } `
1818 },
1919 {
2020 source: ` /${subpath }/llms.txt ` ,
@@ -101,4 +101,4 @@ export const VercelJsonGenerator = () => {
101101 </div >
102102 </div >
103103 )
104- }
104+ }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const VercelJsonGenerator = () => {
1414 },
1515 {
1616 source: ` /${subpath } ` ,
17- destination: ` https://${subdomain }.mintlify.app `
17+ destination: ` https://${subdomain }.mintlify.app/${ subpath } `
1818 },
1919 {
2020 source: ` /${subpath }/llms.txt ` ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const VercelJsonGenerator = () => {
1414 },
1515 {
1616 source: ` /${subpath } ` ,
17- destination: ` https://${subdomain }.mintlify.app `
17+ destination: ` https://${subdomain }.mintlify.app/${ subpath } `
1818 },
1919 {
2020 source: ` /${subpath }/llms.txt ` ,
@@ -101,4 +101,4 @@ export const VercelJsonGenerator = () => {
101101 </div >
102102 </div >
103103 )
104- }
104+ }
You can’t perform that action at this time.
0 commit comments