William
William
@unnamed42 我的_config.yml就是你主题里边默认的,自己没有修改
你那里可以了吗,我这里还是不行 ``` Unhandled rejection TypeError: E:\TestBlog\themes\kunkka\layout\search.ejs:14 12| 13| >> 14| $(function(){searchFunc('',getParameterByName('keywords'),'search-result')}); 15| 16| Cannot read property 'path' of undefined at eval (eval at exports.compile (E:\TestBlog\node_modules\ejs\lib\ejs.js:242:14), :30:497) at eval (eval at...
https://github.com/osheroff/mysql-binlog-connector-java/issues/18 This link may help.
Encountered the same problem on Windows. I have found a workaround. ## Workaround Modify `app/(marketing)/(blog-post)/blog/[slug]/page.tsx`, change ```ts const relatedArticles = (post.related && post.related.map( (slug) => allPosts.find((post) => post.slugAsParams === slug)!,...