【发布时间】:2021-07-20 08:44:01
【问题描述】:
我的 index.html 中有这个
<img src="img/splash.png" class="center"/>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
styles 和 img 文件夹都在 'web' 文件夹中。 找到了 splash.png 文件,但是对于 css 文件,我得到了这个:
The stylesheet https://myapp-24b9f.web.app/forms/styles/styles.css was not loaded...。
我正在加载的网址是:https://myapp-24b9f.web.app/forms/somepage
为什么图片搜索相对于'web'文件夹,而css文件相对于'forms'搜索?
【问题讨论】:
标签: html css flutter-web