We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 我把仓库clone到本地进行开发时发现了这个问题, 然后把theme换成线上的'https://deno.land/x/[email protected]/src/themes/blog/mod.ts', 依然存在这个问题,即生成的dist/xxx.js内容为:
dist/xxx.js
404; Not; Found;
如果theme正常使用'blog'则不会出现这个问题
To Reproduce 修改配置文件
export default { // ...other config // theme: 'blog', theme: 'https://deno.land/x/[email protected]/src/themes/blog/mod.ts', // ...other config }
生成网站
pagic build --watch --serve
Expected behavior 生成正常的有代码的js文件
Screenshots 左边为 theme: 'blog' 生成,右边为 theme: 'https://deno.land/x/[email protected]/src/themes/blog/mod.ts', 生成
theme: 'blog'
theme: 'https://deno.land/x/[email protected]/src/themes/blog/mod.ts',
Context
The text was updated successfully, but these errors were encountered:
xcatliu
No branches or pull requests
Describe the bug
我把仓库clone到本地进行开发时发现了这个问题,
然后把theme换成线上的'https://deno.land/x/[email protected]/src/themes/blog/mod.ts',
依然存在这个问题,即生成的
dist/xxx.js
内容为:如果theme正常使用'blog'则不会出现这个问题
To Reproduce
修改配置文件
生成网站
Expected behavior
生成正常的有代码的js文件
Screenshots
左边为
theme: 'blog'
生成,右边为theme: 'https://deno.land/x/[email protected]/src/themes/blog/mod.ts',
生成Context
The text was updated successfully, but these errors were encountered: