mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
[bugfix] Fix CSS import path in CloudTemplate.vue for build
- Change from alias path to relative path for fonts.css import - Fixes build error: "ENOENT: no such file or directory" for fonts.css
This commit is contained in:
@@ -76,5 +76,5 @@ const handleDownloadClick = () => {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
@import '@/platform/onboarding/cloud/assets/css/fonts.css';
|
@import '../assets/css/fonts.css';
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user