File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11// @ts -check
2+ // @ts -check
23import { defineConfig } from "astro/config" ;
3-
44import tailwind from "@astrojs/tailwind" ;
5-
65import react from "@astrojs/react" ;
76
8- // https://astro.build/config
97export default defineConfig ( {
108 integrations : [ tailwind ( ) , react ( ) ] ,
11- site : "https://jodieaddis.github.io" ,
12- base : "space-tourism" ,
9+ site : "https://jodieaddis.github.io/space-tourism " ,
10+ base : "/ space-tourism/ " ,
1311} ) ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const DestinationContainer = () => {
2222 < div className = "w-full flex flex-col lg:flex-row lg:justify-evenly" >
2323 < div className = "lg:mt-16 flex justify-center lg:items-center lg:ml-8" >
2424 < img
25- src = { `/images/destination/image-${ selectedPlanet . planet } .webp` }
25+ src = { `/space-tourism/ images/destination/image-${ selectedPlanet . planet } .webp` }
2626 alt = { `Picture of the planet ${ selectedPlanet . planet } ` }
2727 className = " w-[170px] lg:w-[445px] mt-10 lg:mt-0"
2828 />
You can’t perform that action at this time.
0 commit comments