File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
2- import Prague from " @components/hero-section/prague.astro" ;
2+ import PragueComponent from " @components/hero-section/prague.astro" ;
33import * as venue from " ../../data/home/prague.mdx" ;
44---
55 <div class =" mt-2 px-6 pb-40 overflow-visible" >
6- <Prague title ={ venue .frontmatter .title } >
6+ <PragueComponent title ={ venue .frontmatter .title } >
77 <venue .Content />
8- </Prague >
8+ </PragueComponent >
99 </div >
Original file line number Diff line number Diff line change 66 "jsxImportSource" : " react" ,
77 "paths" : {
88 "@components/*" : [" src/components/*" ],
9- "@sections/*" : [" src/component /sections/*" ],
9+ "@sections/*" : [" src/components /sections/*" ],
1010 "@ui/*" : [" src/components/ui/*" ],
1111 "@layouts/*" : [" src/layouts/*" ],
1212 "@assets/*" : [" src/assets/*" ],
You can’t perform that action at this time.
0 commit comments