vite + laravel 11+ reverb upgrade

Nguyen Hoang - Sep 5 - - Dev Community

problem: missing scss path
use public

@font-face {
  font-family: 'SF Pro Display';
  src: url('../assets/fonts/se-pro-display/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}

Enter fullscreen mode Exit fullscreen mode

If the fonts are in the public folder, use absolute paths (/assets/fonts/...).

same with icon|images

problem: cannot get socket
wss:/ .... app/jw38n468iscll35fdi6q?protocol=7&client=js&version=8.4.0-rc2&flash=false' failed:

fixing

. . . . . . . . . . . . . . . .