Heroku 服务器没有为我的 laravel 项目加载 tailwind css 样式
Heroku server not loading tailwind css styles with my laravel project
我在 Heroku 上使用 Tailwind css 部署了 Laravel,主页的原版 CSS 工作正常,但是当我将 /login 添加到地址以移动到 laravel breeze 登录页面,Tailwind css 未加载。
这是主页的 link:https://zarafah.herokuapp.com/
这是 Tailwind 未呈现的登录页面:https://zarafah.herokuapp.com/login
当我在 google chrome 上检查网络点击时,它显示如下:
enter image description here
这让我发疯,因为在我的本地服务器上一切正常。
我 运行 npm 运行 prod 和 npm 运行 production 并确保了一切,但我仍然无法找出问题所在。
我正在使用 Laravel 8 和 Tailwind css v3.
您有 css
的 http link
将其更改为 https
https://zarafah.herokuapp.com/css/app.css
它应该可以工作
我在 Heroku 上使用 Tailwind css 部署了 Laravel,主页的原版 CSS 工作正常,但是当我将 /login 添加到地址以移动到 laravel breeze 登录页面,Tailwind css 未加载。
这是主页的 link:https://zarafah.herokuapp.com/
这是 Tailwind 未呈现的登录页面:https://zarafah.herokuapp.com/login
当我在 google chrome 上检查网络点击时,它显示如下: enter image description here
这让我发疯,因为在我的本地服务器上一切正常。
我 运行 npm 运行 prod 和 npm 运行 production 并确保了一切,但我仍然无法找出问题所在。
我正在使用 Laravel 8 和 Tailwind css v3.
您有 css
的 http link将其更改为 https
https://zarafah.herokuapp.com/css/app.css
它应该可以工作