为什么我的图像在某些页面上不显示?

发布于 2025-01-12 17:58:44 字数 648 浏览 0 评论 0原文

我正在使用 React-js 来设计我的网站。我正在制作一个具有多个页面的网站,其URL结构有点像这样:

%PUBLIC_URL%/
├── /home
├── /store
│   ├── /prebuilt
│   └── /parts
├── /services
│   ├── /repairs
│   └── /building
└── /about

当您在页面上时:

%PUBLIC_URL%/home  |  %PUBLIC_URL%/about  |  %PUBLIC_URL%/store  |  PUBLIC_URL%/services

标题中的徽标显示正常。 但是当您进入子页面时,

%PUBLIC_URL%/store/prebuilts  |  %PUBLIC_URL%/store/parts  |  etc

徽标图像将不会显示。

我编辑过的所有文件都在这个 github 存储库中:

https://github.com/LukeCripps/Compusell

徽标图像的位置是:

public/img/Logo/Logo.png

I am using react-js to design my website. I am making a website with multiple pages, its URL structure is a bit like this:

%PUBLIC_URL%/
├── /home
├── /store
│   ├── /prebuilt
│   └── /parts
├── /services
│   ├── /repairs
│   └── /building
└── /about

when you are on the pages:

%PUBLIC_URL%/home  |  %PUBLIC_URL%/about  |  %PUBLIC_URL%/store  |  PUBLIC_URL%/services

the logo in the header displays properly.
But when you go into the sub-pages

%PUBLIC_URL%/store/prebuilts  |  %PUBLIC_URL%/store/parts  |  etc

the logo image will not display.

All the files that I have edited are in this github repo:

https://github.com/LukeCripps/Compusell

The location of the logo image is:

public/img/Logo/Logo.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文