Skip to content

Commit

Permalink
chore: update app.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vannizhang committed Feb 5, 2024
1 parent 9bbf9a7 commit c6db48b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
File renamed without changes
3 changes: 0 additions & 3 deletions src/apps.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,20 @@
"animationMetadataSources": "Esri, USGS, NASA",
"pathname": "/landsatexplorer",
"description": "Landsat multispectral imagery helps to track and document land use and land change associated with climate change, urbanization, drought, wildfire, deforestation, and other natural processes and human activity.",
"thumbnail_name": "landsatexplorer.png",
"entrypoint": "/src/landsat-explorer/index.tsx"
},
"spectral-sampling-tool": {
"title": "Spectral Sampling Tool",
"webmapId": "81609bbe235942919ad27c77e42c600e",
"pathname": "/",
"description": "",
"thumbnail_name": "",
"entrypoint": "/src/spectral-sampling-tool/index.tsx"
},
"landsat-surface-temp": {
"title": "Landsat Surface Temperature",
"webmapId": "81609bbe235942919ad27c77e42c600e",
"pathname": "/landsat-surface-temp",
"description": "Explore Landsat surface temperature archive",
"thumbnail_name": "landsat-surface-temp.jpg",
"entrypoint": "/src/landsat-surface-temp/index.tsx"
}
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ module.exports = (env, options)=> {
'og:title': title,
'og:description': description,
'og:url': `https://livingatlas.arcgis.com${pathname}/`,
'og:image': `https://livingatlas.arcgis.com${pathname}/public/thumbnails/${thumbnail_name}`,
'og:image': `https://livingatlas.arcgis.com${pathname}/public/thumbnails/${app}.jpg`,
'last-modified': new Date().toString()
},
minify: {
Expand Down

0 comments on commit c6db48b

Please sign in to comment.