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
I recently tried to create a theme for slidev (https://github.com/MordragT/slidev-theme-fh-aachen), and layouts work, but components not.
When I specify the theme using a full path /home/tom/Desktop/Mordrag/slidev-theme-fh-aachen, then the components load fine.
/home/tom/Desktop/Mordrag/slidev-theme-fh-aachen
When using a full path but like so: ~/Desktop/Mordrag/slidev-theme-fh-aachen, they do not resolve succesfully anymore.
~/Desktop/Mordrag/slidev-theme-fh-aachen
When installing the theme as a git dependency using pnpm (I didn't want to publish it at this stage):
"dependencies": { "@slidev/types": "^51.4.0", "slidev-theme-fh-aachen": "github:mordragt/slidev-theme-fh-aachen" },
Components fail to resolve once again.
Minimal reproduction
Steps to reproduce the behavior:
Environment
If do not have slidev installed globally.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I recently tried to create a theme for slidev (https://github.com/MordragT/slidev-theme-fh-aachen),
and layouts work, but components not.
When I specify the theme using a full path
/home/tom/Desktop/Mordrag/slidev-theme-fh-aachen
,then the components load fine.
When using a full path but like so:
~/Desktop/Mordrag/slidev-theme-fh-aachen
, they do not resolve succesfully anymore.When installing the theme as a git dependency using pnpm (I didn't want to publish it at this stage):
Components fail to resolve once again.
Minimal reproduction
Steps to reproduce the behavior:
Environment
If do not have slidev installed globally.
The text was updated successfully, but these errors were encountered: