cryogen-project / cryogen-project/cryogen

deploy in nginx, but" hljs is not defined"

Open
#238 1 comment 0 reactions 0 assignees View on GitHub
likely invalid
Dominant language
HTML
Stars
1.1k
Forks
93
PR merge metrics
No merged PRs in 30d

Description

My nginx conf
```
server {
listen 60002;
server_name localhost;

location / {
alias /opt/blog/public/blog/;
error_page 404 = /404.html;
try_files $uri $uri/ /index.html;
}
}
```

When I open browser, the error is in console
![image](https://user-images.githubusercontent.com/12232338/126322078-9b82974d-28e6-4f22-9907-b51d5ab165ba.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.