mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-21 09:11:26 -08:00
- site not being at the "topmost level" (e.g. there's a `/path`) makes the approach of having the favicon in a known, static location break (`https://[tld]/favicon.ico`). Setting the icon via the plugin should make it work. It should be here anyways. We'll still need to add the SEO plugin as part of the accessibility fixes (setting page meta tags in a i18n way)
This commit is contained in:
parent
609506d98d
commit
d10f2ae0c9
2 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module.exports = {
|
||||
siteMetadata: {
|
||||
title: 'Justice40',
|
||||
image: '/static/favicon.ico',
|
||||
},
|
||||
pathPrefix: `/justice40-tool/${process.env.DESTINATION_FOLDER}`,
|
||||
plugins: [
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.1 KiB |
Loading…
Add table
Reference in a new issue