@@ -28,9 +28,10 @@ const nav = [
2828 text : 'Resources' ,
2929 items : [
3030 { text : 'Team' , link : '/team' } ,
31- { text : 'Sponsors' , link : '/sponsors' } ,
3231 { text : 'Partners' , link : '/partners' } ,
3332 { text : 'Postcardware' , link : '/postcardware' } ,
33+ { text : 'Showcase' , link : '/showcase' } ,
34+ { text : 'Sponsors' , link : '/sponsors' } ,
3435 { text : 'Stargazers' , link : '/stargazers' } ,
3536 { text : 'License' , link : '/license' } ,
3637 {
@@ -59,7 +60,6 @@ const sidebar = [
5960 { text : 'Config' , link : '/config' } ,
6061 ] ,
6162 } ,
62- { text : 'Showcase' , link : '/showcase' } ,
6363 {
6464 text : 'Features' ,
6565 items : [
@@ -111,7 +111,7 @@ export default withPwa(
111111 [ 'meta' , { property : 'og:description' , content : description } ] ,
112112 [ 'meta' , { property : 'og:site_name' , content : 'rpx' } ] ,
113113 [ 'meta' , { property : 'og:image' , content : './images/og-image.png' } ] ,
114- [ 'meta' , { property : 'og:url' , content : 'https://reverse-proxy.sh /' } ] ,
114+ [ 'meta' , { property : 'og:url' , content : 'https://reverse-proxy.netlify.app /' } ] ,
115115 // ['script', { 'src': 'https://cdn.usefathom.com/script.js', 'data-site': '', 'data-spa': 'auto', 'defer': '' }],
116116 ...analyticsHead ,
117117 ] ,
@@ -129,7 +129,7 @@ export default withPwa(
129129 sidebar,
130130
131131 editLink : {
132- pattern : 'https://github.com/stacksjs/stacks /edit/main/docs/docs/:path' ,
132+ pattern : 'https://github.com/stacksjs/rpx /edit/main/docs/docs/:path' ,
133133 text : 'Edit this page on GitHub' ,
134134 } ,
135135
0 commit comments