@@ -520,42 +520,42 @@ export const ISAAC_BOOKS: BookInfo[] = siteSpecific(
520
520
[
521
521
{
522
522
title : "Step up to GCSE Physics" , value : "phys_book_step_up" ,
523
- label : "Step up to GCSE Physics" , image : "assets/phy/books/step_up_phys.jpg" ,
523
+ label : "Step up to GCSE Physics" , image : "/ assets/phy/books/step_up_phys.jpg" ,
524
524
path : "/books/step_up_phys" , subject : "physics" , stages : [ "11_14" ]
525
525
} ,
526
526
{
527
527
title : "GCSE Physics" , value : "phys_book_gcse" ,
528
- label : "GCSE Physics" , image : "assets/phy/books/phys_book_gcse.jpg" ,
528
+ label : "GCSE Physics" , image : "/ assets/phy/books/phys_book_gcse.jpg" ,
529
529
path : "/books/phys_book_gcse" , subject : "physics" , stages : [ "gcse" ]
530
530
} ,
531
531
{
532
532
title : "Pre-University Physics" , value : "physics_skills_19" ,
533
- label : "A Level Physics (3rd Edition)" , image : "assets/phy/books/physics_skills_19.jpg" ,
533
+ label : "A Level Physics (3rd Edition)" , image : "/ assets/phy/books/physics_skills_19.jpg" ,
534
534
path : "/books/physics_skills_19" , subject : "physics" , stages : [ "a_level" ]
535
535
} ,
536
536
{
537
537
title : "Linking Concepts in Pre-University Physics" , value : "physics_linking_concepts" ,
538
- label : "Linking Concepts in Pre-Uni Physics" , image : "assets/phy/books/linking_concepts.png" ,
538
+ label : "Linking Concepts in Pre-Uni Physics" , image : "/ assets/phy/books/linking_concepts.png" ,
539
539
path : "/books/linking_concepts" , subject : "physics" , stages : [ "a_level" ]
540
540
} ,
541
541
{
542
542
title : "Using Essential GCSE Mathematics" , value : "maths_book_gcse" ,
543
- label : "GCSE Maths" , image : "assets/phy/books/2021_maths_book_gcse.jpg" ,
543
+ label : "GCSE Maths" , image : "/ assets/phy/books/2021_maths_book_gcse.jpg" ,
544
544
path : "/books/maths_book_gcse" , subject : "maths" , stages : [ "gcse" ]
545
545
} ,
546
546
{
547
547
title : "Mathematics for Sciences (2nd edition)" , value : "maths_book_2e" ,
548
- label : "Pre-Uni Maths (2nd edition)" , image : "assets/phy/books/pre_uni_maths_2e.jpg" ,
548
+ label : "Pre-Uni Maths (2nd edition)" , image : "/ assets/phy/books/pre_uni_maths_2e.jpg" ,
549
549
path : "/books/pre_uni_maths_2e" , subject : "maths" , stages : [ "a_level" ]
550
550
} ,
551
551
{
552
552
title : "Mathematics for Sciences (1st edition)" , value : "maths_book" ,
553
- label : "Pre-Uni Maths (1st edition)" , image : "assets/phy/books/pre_uni_maths.jpg" ,
553
+ label : "Pre-Uni Maths (1st edition)" , image : "/ assets/phy/books/pre_uni_maths.jpg" ,
554
554
path : "/books/pre_uni_maths" , subject : "maths" , stages : [ "a_level" ]
555
555
} ,
556
556
{
557
557
title : "Pre-University Physical Chemistry" , value : "chemistry_16" ,
558
- label : "A-Level Physical Chemistry" , image : "assets/phy/books/chemistry_16.jpg" ,
558
+ label : "A-Level Physical Chemistry" , image : "/ assets/phy/books/chemistry_16.jpg" ,
559
559
path : "/books/chemistry_16" , subject : "chemistry" , stages : [ "a_level" ]
560
560
}
561
561
] ,
0 commit comments