slidevjs / slidev

Presentation Slides for Developers
https://sli.dev
MIT License
31.94k stars 1.26k forks source link

fix: remove filepaths when building #1692

Closed KermanX closed 2 weeks ago

KermanX commented 2 weeks ago

fix #1690. Removes file paths when building.

1690 also reports some problems with chunk file names, but I can't figure out a good solution yet - Improvements to the chunking may need to be delayed.

netlify[bot] commented 2 weeks ago

Deploy Preview for slidev ready!

Name Link
Latest commit 29596ebb3493c0da67233f2bf0c6ebb078bd567f
Latest deploy log https://app.netlify.com/sites/slidev/deploys/6673e17cfb247d0008aa8995
Deploy Preview https://deploy-preview-1692--slidev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

rwnobrega commented 1 week ago

1690 also reports some problems with chunk file names, but I can't figure out a good solution yet - Improvements to the chunking may need to be delayed.

FYI: There is an upstream issue on this: https://github.com/vitejs/vite-plugin-vue/issues/19. I hope this is useful.