-
Hey all, I'm trying to get an initial deployment working for an SSR Nuxt/Vue app through Vercel and running into the following issue.
Build Log:
```
[17:42:27.495] Running "vercel build"
[17:42:…
-
## Check List
Please check followings before submitting a new issue.
- [x] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshootin…
-
JSX props (React) on their own lines do not convert correctly to template strings:
```jsx
function Div(props) {
return (
);
}
```
![Kapture 2020-10-22 at 10 55 51](https://user-im…
-
#### 如是功能需求,请确定符合以下情况
- [ ] 难以通过[自定义](https://hexo.fluid-dev.com/docs/guide/#自定义-js-css-html)实现
- [ ] 难以通过第三方插件实现
#### 请描述该需求尝试解决的问题
代码块没有折叠功能,虽然可以通过自定义实现,但是需要每次打开页面都动态替换页面内容,非常不方便也不高效,而且折叠功能也…
-
Hello, just import prism-es6 like this.
```
import prismEs6 from "https://cdn.jsdelivr.net/npm/prism-es6@1.2.0/+esm";
```
and Prism.highlightAll(); works. But how can I add some language supp…
-
**Motivation**
Prism doesn't highlight supported languages when they are in a tagged template literal with common tags.
**Description**
Support for common tagged template literals such as…
-
This issue contains a list of Renovate updates and their statuses.
## Pending Approval
These branches will be created by Renovate only once you click their checkbox below.
- [ ] fix(deps): update …
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
While installing vuepress on vercel, it tries to find 2.0.0-beta.50-pre.1 which doesn't exist …
-
My site's desktop logo/mobile logo differing sizes are stepping on each other. At first I thought this was an issue with my code so I opened a [discussion](https://github.com/gatsbyjs/gatsby/discussio…
-
- [ ] I confirm that this is an issue rather than a question.
## Bug report
#### Steps to reproduce
```ts
module.exports = {
...
plugins: [
backToTopPlugin(),
…