Skip to content

Commit 1cbd200

Browse files
authored
adding pdf without import
1 parent ab47186 commit 1cbd200

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pages/research/ISCAS.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { SEO, navigation } from '../../config/config';
77

88
// Import images
99
import iscasImage from '../../ISCAS_images/3.png';
10-
import presentationPdf from '../images/pdfs/ISCAS_Template_Presentation.pdf';
1110

1211
export default function IscasPaper() {
1312
return (
@@ -75,13 +74,13 @@ export default function IscasPaper() {
7574
</li>
7675
<li>
7776
<a
78-
href={presentationPdf.src}
79-
target="_blank"
80-
rel="noopener noreferrer"
81-
className="text-primary"
82-
>
83-
View Paper Presentation (pdf)
84-
</a>
77+
href="/pdfs/ISCAS_Template_Presentation.pdf"
78+
target="_blank"
79+
rel="noopener noreferrer"
80+
className="text-primary"
81+
>
82+
View Paper Presentation (pdf)
83+
</a>
8584
</li>
8685
</ul>
8786
</div>

0 commit comments

Comments
 (0)