File tree 16 files changed +159
-192
lines changed 16 files changed +159
-192
lines changed Original file line number Diff line number Diff line change 7
7
module . exports = {
8
8
plugins : [ `gatsby-plugin-react-helmet` ] ,
9
9
pathPrefix : `/who` ,
10
- assetPrefix :
11
- "https://gatsby-html-partial-assets.s3.eu-west-2.amazonaws.com/gatsby" ,
12
10
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from "react"
3
3
export default ( { name } ) => (
4
4
< div className = "bio-card" >
5
5
< img
6
- src = "https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /person.png"
6
+ src = "/ assets/person.png"
7
7
alt = "Comically crude stick person sketch"
8
8
/>
9
9
< p > { name } </ p >
Original file line number Diff line number Diff line change @@ -38,19 +38,19 @@ export default ({ children, breadcrumbs }) => {
38
38
{ breadcrumbs ? ` - ${ breadcrumbs . join ( " - " ) } ` : "" }
39
39
</ title >
40
40
< link
41
- href = "https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico"
41
+ href = "/ assets/favicon.ico"
42
42
rel = "shortcut icon"
43
43
type = "image/x-icon"
44
44
/>
45
45
< link
46
46
rel = "stylesheet"
47
47
type = "text/css"
48
- href = "https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css"
48
+ href = "/ assets/normalize.css"
49
49
/>
50
50
< link
51
51
rel = "stylesheet"
52
52
type = "text/css"
53
- href = "https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css"
53
+ href = "/ assets/style.css"
54
54
/>
55
55
</ Helmet >
56
56
< Header />
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Taylor's Tidy Trees - Not Found</ title >
4
4
< link
5
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico "
5
+ href ="/ assets/favicon.ico "
6
6
rel ="shortcut icon "
7
7
type ="image/x-icon "
8
8
/>
9
9
< link
10
10
rel ="stylesheet "
11
11
type ="text/css "
12
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "
12
+ href ="/ assets/normalize.css "
13
13
/>
14
14
< link
15
15
rel ="stylesheet "
16
16
type ="text/css "
17
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
17
+ href ="/ assets/style.css "
18
18
/>
19
19
</ head >
20
20
< body >
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Taylor's Tidy Trees - About</ title >
4
4
< link
5
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico "
5
+ href ="/ assets/favicon.ico "
6
6
rel ="shortcut icon "
7
7
type ="image/x-icon "
8
8
/>
9
9
< link
10
10
rel ="stylesheet "
11
11
type ="text/css "
12
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "
12
+ href ="/ assets/normalize.css "
13
13
/>
14
14
< link
15
15
rel ="stylesheet "
16
16
type ="text/css "
17
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
17
+ href ="/ assets/style.css "
18
18
/>
19
19
</ head >
20
20
< body >
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Taylor's Tidy Trees - Contact</ title >
4
4
< link
5
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico "
5
+ href ="/ assets/favicon.ico "
6
6
rel ="shortcut icon "
7
7
type ="image/x-icon "
8
8
/>
9
9
< link
10
10
rel ="stylesheet "
11
11
type ="text/css "
12
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "
12
+ href ="/ assets/normalize.css "
13
13
/>
14
14
< link
15
15
rel ="stylesheet "
16
16
type ="text/css "
17
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
17
+ href ="/ assets/style.css "
18
18
/>
19
19
</ head >
20
20
< body >
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Taylor's Tidy Trees</ title >
4
4
< link
5
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico "
5
+ href ="/ assets/favicon.ico "
6
6
rel ="shortcut icon "
7
7
type ="image/x-icon "
8
8
/>
9
9
< link
10
10
rel ="stylesheet "
11
11
type ="text/css "
12
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "
12
+ href ="/ assets/normalize.css "
13
13
/>
14
14
< link
15
15
rel ="stylesheet "
16
16
type ="text/css "
17
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
17
+ href ="/ assets/style.css "
18
18
/>
19
19
</ head >
20
20
< body >
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Taylor's Tidy Trees - Services - Cleaning</ title >
4
4
< link
5
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico "
5
+ href ="/ assets/favicon.ico "
6
6
rel ="shortcut icon "
7
7
type ="image/x-icon "
8
8
/>
9
9
< link
10
10
rel ="stylesheet "
11
11
type ="text/css "
12
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "
12
+ href ="/ assets/normalize.css "
13
13
/>
14
14
< link
15
15
rel ="stylesheet "
16
16
type ="text/css "
17
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
17
+ href ="/ assets/style.css "
18
18
/>
19
19
</ head >
20
20
< body >
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Taylor's Tidy Trees - Services - Growing</ title >
4
4
< link
5
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico "
5
+ href ="/ assets/favicon.ico "
6
6
rel ="shortcut icon "
7
7
type ="image/x-icon "
8
8
/>
9
9
< link
10
10
rel ="stylesheet "
11
11
type ="text/css "
12
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "
12
+ href ="/ assets/normalize.css "
13
13
/>
14
14
< link
15
15
rel ="stylesheet "
16
16
type ="text/css "
17
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
17
+ href ="/ assets/style.css "
18
18
/>
19
19
</ head >
20
20
< body >
30
30
</ nav >
31
31
</ header >
32
32
< main >
33
- < h1 > Growing Service</ h1 >
33
+ < h1 > Growing Service</ h1 >
34
34
< h2 > Need to grow a tree? Leave it to us.</ h2 >
35
35
</ main >
36
36
</ body >
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Taylor's Tidy Trees - Services</ title >
4
4
< link
5
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico "
5
+ href ="/ assets/favicon.ico "
6
6
rel ="shortcut icon "
7
7
type ="image/x-icon "
8
8
/>
9
9
< link
10
10
rel ="stylesheet "
11
11
type ="text/css "
12
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "
12
+ href ="/ assets/normalize.css "
13
13
/>
14
14
< link
15
15
rel ="stylesheet "
16
16
type ="text/css "
17
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
17
+ href ="/ assets/style.css "
18
18
/>
19
19
</ head >
20
20
< body >
30
30
</ nav >
31
31
</ header >
32
32
< main >
33
- < h1 > Services</ h1 >
34
- < h2 > Here's what we can do:</ h2 >
33
+ < h2 > These are our services:</ h2 >
35
34
< ul >
36
35
< li > < a href ="/services/cleaning.html "> Cleaning</ a > </ li >
37
36
< li > < a href ="/services/growing.html "> Growing</ a > </ li >
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Taylor's Tidy Trees - Services - Shrinking</ title >
4
4
< link
5
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico "
5
+ href ="/ assets/favicon.ico "
6
6
rel ="shortcut icon "
7
7
type ="image/x-icon "
8
8
/>
9
9
< link
10
10
rel ="stylesheet "
11
11
type ="text/css "
12
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "
12
+ href ="/ assets/normalize.css "
13
13
/>
14
14
< link
15
15
rel ="stylesheet "
16
16
type ="text/css "
17
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
17
+ href ="/ assets/style.css "
18
18
/>
19
19
</ head >
20
20
< body >
Original file line number Diff line number Diff line change 1
1
< html lang ="en ">
2
2
< head >
3
3
< title > Taylor's Tidy Trees - Who We Are - Ella</ title >
4
- < link href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico " rel ="shortcut icon " type ="image/x-icon " />
5
- < link rel ="stylesheet " type ="text/css " href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "/>
4
+ < link href ="/ assets/favicon.ico " rel ="shortcut icon " type ="image/x-icon " />
5
+ < link rel ="stylesheet " type ="text/css " href ="/ assets/normalize.css "/>
6
6
< link
7
7
rel ="stylesheet "
8
8
type ="text/css "
9
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
9
+ href ="/ assets/style.css "
10
10
/>
11
11
</ head >
12
12
< body >
@@ -27,7 +27,7 @@ <h2>Ella is an excellent Arborist. We guarantee it.</h2>
27
27
< div class ="bio-card ">
28
28
< img
29
29
alt ="Comically crude stick person sketch "
30
- src ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /person.png "
30
+ src ="/ assets/person.png "
31
31
/>
32
32
< p > Ella</ p >
33
33
</ div >
Original file line number Diff line number Diff line change 1
1
< html lang ="en ">
2
2
< head >
3
3
< title > Taylor's Tidy Trees - Who We Are</ title >
4
- < link href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico " rel ="shortcut icon " type ="image/x-icon " />
5
- < link rel ="stylesheet " type ="text/css " href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "/>
6
- < link rel ="stylesheet " type ="text/css " href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css " />
4
+ < link href ="/ assets/favicon.ico " rel ="shortcut icon " type ="image/x-icon " />
5
+ < link rel ="stylesheet " type ="text/css " href ="/ assets/normalize.css "/>
6
+ < link rel ="stylesheet " type ="text/css " href ="/ assets/style.css " />
7
7
</ head >
8
8
< body >
9
9
< header >
Original file line number Diff line number Diff line change 1
1
< html lang ="en ">
2
2
< head >
3
3
< title > Taylor's Tidy Trees - Who We Are - Marin</ title >
4
- < link href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico " rel ="shortcut icon " type ="image/x-icon " />
5
- < link rel ="stylesheet " type ="text/css " href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "/>
4
+ < link href ="/ assets/favicon.ico " rel ="shortcut icon " type ="image/x-icon " />
5
+ < link rel ="stylesheet " type ="text/css " href ="/ assets/normalize.css "/>
6
6
< link
7
7
rel ="stylesheet "
8
8
type ="text/css "
9
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
9
+ href ="/ assets/style.css "
10
10
/>
11
11
</ head >
12
12
< body >
@@ -27,7 +27,7 @@ <h2>Marin is an excellent Leafer. We guarantee it.</h2>
27
27
< div class ="bio-card ">
28
28
< img
29
29
alt ="Comically crude stick person sketch "
30
- src ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /person.png "
30
+ src ="/ assets/person.png "
31
31
/>
32
32
< p > Marin</ p >
33
33
</ div >
Original file line number Diff line number Diff line change 1
1
< html lang ="en ">
2
2
< head >
3
3
< title > Taylor's Tidy Trees - Who We Are - Sam</ title >
4
- < link href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /favicon.ico " rel ="shortcut icon " type ="image/x-icon " />
5
- < link rel ="stylesheet " type ="text/css " href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /normalize.css "/>
4
+ < link href ="/ assets/favicon.ico " rel ="shortcut icon " type ="image/x-icon " />
5
+ < link rel ="stylesheet " type ="text/css " href ="/ assets/normalize.css "/>
6
6
< link
7
7
rel ="stylesheet "
8
8
type ="text/css "
9
- href ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /style.css "
9
+ href ="/ assets/style.css "
10
10
/>
11
11
</ head >
12
12
< body >
@@ -27,7 +27,7 @@ <h2>Sam is an excellent Tree Surgeon. We guarantee it.</h2>
27
27
< div class ="bio-card ">
28
28
< img
29
29
alt ="Comically crude stick person sketch "
30
- src ="https://gatsby-html-partial- assets.s3.eu-west-2.amazonaws.com /person.png "
30
+ src ="/ assets/person.png "
31
31
/>
32
32
< p > Sam</ p >
33
33
</ div >
You can’t perform that action at this time.
0 commit comments