@@ -15,43 +15,43 @@ const projects: Project[] = [
1515 {
1616 title : 'CodeMirror LaTeX Language' ,
1717 description : 'Syntax highlighting and language support for LaTeX in CodeMirror 6' ,
18- image : require ( '@site/static/img/codemirror-lang-latex.png' ) . default ,
18+ image : require ( '@site/static/img/codemirror-lang-latex.png' ) ,
1919 link : 'https://texlyre.github.io/codemirror-lang-latex/' ,
2020 } ,
2121 {
2222 title : 'CodeMirror BibTeX Language' ,
2323 description : 'Syntax highlighting and language support for BibTeX in CodeMirror 6' ,
24- image : require ( '@site/static/img/codemirror-lang-bib.png' ) . default ,
24+ image : require ( '@site/static/img/codemirror-lang-bib.png' ) ,
2525 link : 'https://texlyre.github.io/codemirror-lang-bib/' ,
2626 } ,
2727 {
2828 title : 'WASM LaTeX Tools' ,
2929 description : 'WebAssembly-powered LaTeX utilities for browser-based compilation' ,
30- image : require ( '@site/static/img/wasm-latex-tools.png' ) . default ,
30+ image : require ( '@site/static/img/wasm-latex-tools.png' ) ,
3131 link : 'https://texlyre.github.io/wasm-latex-tools/' ,
3232 } ,
3333 {
3434 title : 'CodeMirror LaTeX Visual' ,
3535 description : 'Visual editing enhancements for LaTeX in CodeMirror' ,
36- image : require ( '@site/static/img/codemirror-latex-visual.png' ) . default ,
36+ image : require ( '@site/static/img/codemirror-latex-visual.png' ) ,
3737 link : 'https://texlyre.github.io/codemirror-latex-visual/' ,
3838 } ,
3939 {
4040 title : 'Vector PDF Converter' ,
4141 description : 'Convert between vector PDF formats in the browser' ,
42- image : require ( '@site/static/img/vector-pdf-converter.png' ) . default ,
42+ image : require ( '@site/static/img/vector-pdf-converter.png' ) ,
4343 link : 'https://texlyre.github.io/vector-pdf-converter/' ,
4444 } ,
4545 {
4646 title : 'FilePizza Client' ,
4747 description : 'Peer-to-peer file transfer directly in your browser' ,
48- image : require ( '@site/static/img/filepizza-client.png' ) . default ,
48+ image : require ( '@site/static/img/filepizza-client.png' ) ,
4949 link : 'https://texlyre.github.io/filepizza-client/' ,
5050 } ,
5151 {
5252 title : 'TeXlyre Templates' ,
5353 description : 'Collection of LaTeX and Typst templates for various use cases' ,
54- image : require ( '@site/static/img/texlyre-templates.png' ) . default ,
54+ image : require ( '@site/static/img/texlyre-templates.png' ) ,
5555 link : 'https://texlyre.github.io/texlyre-templates/' ,
5656 } ,
5757] ;
0 commit comments