File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
gtag ( 'config' , 'G-G0FBNWR63G' ) ;
13
13
</ script >
14
14
< meta charset ="UTF-8 " />
15
- < link rel ="icon " type ="image/svg+xml " href ="/assets/logo-icon.svg " />
15
+ < link rel ="icon " type ="image/svg+xml " href =". /assets/logo-icon.svg " />
16
16
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
17
17
18
18
<!-- Primary Meta Tags -->
23
23
24
24
<!-- Open Graph / Facebook -->
25
25
< meta property ="og:type " content ="website ">
26
- < meta property ="og:url " content ="https://viz.if.greensoftware.foundation ">
26
+ < meta property ="og:url " content ="https://viz.if.greensoftware.foundation/ ">
27
27
< meta property ="og:title " content ="IF Visualizer ">
28
28
< meta property ="og:description " content ="Transforming your Impact framework data into intuitive, interactive insights ">
29
- < meta property ="og:image " content ="/assets/og-image.png ">
29
+ < meta property ="og:image " content ="https://viz.if.greensoftware.foundation /assets/og-image.png ">
30
30
31
31
<!-- Twitter -->
32
32
< meta property ="twitter:card " content ="summary_large_image ">
33
- < meta property ="twitter:url " content ="https://viz.if.greensoftware.foundation ">
33
+ < meta property ="twitter:url " content ="https://viz.if.greensoftware.foundation/ ">
34
34
< meta property ="twitter:title " content ="IF Visualizer ">
35
35
< meta property ="twitter:description " content ="Transforming your Impact framework data into intuitive, interactive insights ">
36
- < meta property ="twitter:image " content ="/assets/og-image.png ">
36
+ < meta property ="twitter:image " content ="https://viz.if.greensoftware.foundation /assets/og-image.png ">
37
37
</ head >
38
38
39
39
< body class ="bg-secondary-lightest-1 ">
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { defineConfig } from "vite"
4
4
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
- base : "/" ,
7
+ base : "/if-visualizer/ " ,
8
8
resolve : {
9
9
alias : {
10
10
"@" : path . resolve ( __dirname , "./src" ) ,
You can’t perform that action at this time.
0 commit comments