File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -429,13 +429,6 @@ const initSearch = () => {
429429 activeItems = [ ] ;
430430 } ;
431431
432- const renderSection = ( title ) => {
433- const header = document . createElement ( "div" ) ;
434- header . className = "publish-search-section" ;
435- header . textContent = title ;
436- return header ;
437- } ;
438-
439432 const renderResults = ( query , data ) => {
440433 const pages = data ?. pages || [ ] ;
441434 const blocks = data ?. blocks || [ ] ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ name = "logseq-publish-staging"
3434COGNITO_JWKS_URL = " https://cognito-idp.us-east-1.amazonaws.com/us-east-1_dtagLnju8/.well-known/jwks.json"
3535COGNITO_ISSUER = " https://cognito-idp.us-east-1.amazonaws.com/us-east-1_dtagLnju8"
3636COGNITO_CLIENT_ID = " 69cs1lgme7p8kbgld8n5kseii6"
37- DEV_SKIP_AUTH = " true "
37+ DEV_SKIP_AUTH = " false "
3838
3939[[env .staging .durable_objects .bindings ]]
4040name = " PUBLISH_META_DO"
@@ -55,7 +55,7 @@ name = "logseq-publish-prod"
5555COGNITO_JWKS_URL = " https://cognito-idp.us-east-1.amazonaws.com/us-east-1_dtagLnju8/.well-known/jwks.json"
5656COGNITO_ISSUER = " https://cognito-idp.us-east-1.amazonaws.com/us-east-1_dtagLnju8"
5757COGNITO_CLIENT_ID = " 69cs1lgme7p8kbgld8n5kseii6"
58- DEV_SKIP_AUTH = " true "
58+ DEV_SKIP_AUTH = " false "
5959
6060[[env .prod .durable_objects .bindings ]]
6161name = " PUBLISH_META_DO"
You can’t perform that action at this time.
0 commit comments