File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default {
2020 ` ] ] ,
2121 plugins : [ "@vuepress/plugin-palette" , { preset : "scss" } ] ,
2222 theme : defaultTheme ( {
23- logo : "https://forum.gbadev.net/static /logo.png" ,
23+ logo : "/images /logo.png" ,
2424 sidebar : [
2525 "README.md" ,
2626 "getting-started.md" ,
Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ import ParentLayout from "@vuepress/theme-default/layouts/Layout.vue";
99 Sponsors <br />
1010 <a href =" https://www.digitalocean.com/" target =" _blank"
1111 ><img
12- class =" sponsor_logo "
13- src =" ../public /images/DO_Powered_by_Badge_blue.svg"
12+ class =" spons_logo "
13+ src =" /images/DO_Powered_by_Badge_blue.svg"
1414 /></a >
1515 <a
1616 href =" https://incube8games.com/"
1717 target =" _blank"
1818 alt =" Incube8 Games - Physical Retro Gaming Publisher"
1919 ><img
2020 alt =" Incube8 Games - Physical Retro Gaming Publisher"
21- class =" sponsor_logo incube8"
22- src =" ../public /images/Incube8-Games-Logo.png"
21+ class =" spons_logo incube8"
22+ src =" /images/Incube8-Games-Logo.png"
2323 /></a >
2424 </div >
2525 </template >
@@ -32,7 +32,7 @@ import ParentLayout from "@vuepress/theme-default/layouts/Layout.vue";
3232 text-align : center ;
3333 padding-top : 20px ;
3434}
35- .sponsor_logo {
35+ .spons_logo {
3636 padding-top : 10px ;
3737 padding-left : 15px ;
3838 height : 35px ;
Original file line number Diff line number Diff line change 11---
22home : true
33title : Home
4- heroImage : https://forum.gbadev.net/static /logo.png
4+ heroImage : /images /logo.png
55heroHeight : 200
66tagline : GBA development community
77actions :
@@ -29,16 +29,16 @@ layout: Layout
2929 Sponsors <br />
3030 <a href="https://www.digitalocean.com/" target="_blank"
3131 ><img
32- class="sponsor_logo "
33- src="./.vuepress/public /images/DO_Powered_by_Badge_blue.svg"
32+ class="spons_logo "
33+ src="/images/DO_Powered_by_Badge_blue.svg"
3434 /></a>
3535 <a
3636 href="https://incube8games.com/"
3737 target="_blank"
3838 alt="Incube8 Games - Physical Retro Gaming Publisher"
3939 ><img
4040 alt="Incube8 Games - Physical Retro Gaming Publisher"
41- class="sponsor_logo incube8"
42- src="./.vuepress/public /images/Incube8-Games-Logo.png"
41+ class="spons_logo incube8"
42+ src="/images/Incube8-Games-Logo.png"
4343 /></a>
4444 </div>
You can’t perform that action at this time.
0 commit comments