diff --git a/build/webpack.config.js b/build/webpack.config.js index 8d72b4c..4dc6077 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -102,8 +102,7 @@ module.exports = (env, argv) => { new CopyWebpackPlugin({ patterns: [ { from: path.resolve(LIB, 'index.php'), to: 'index.php' }, - { from: path.resolve(SRC, 'images', 'logo_title.svg'), to: 'images' }, - { from: path.resolve(SRC, 'images', 'spot-logo-only.svg'), to: 'images' } + { from: path.resolve(SRC, 'images', 'logo_title.svg'), to: 'images' } ] }), new SymlinkWebpackPlugin([ diff --git a/src/components/projectSettings.vue b/src/components/projectSettings.vue index 5089c7b..61721fd 100644 --- a/src/components/projectSettings.vue +++ b/src/components/projectSettings.vue @@ -25,7 +25,7 @@ export default { }; }, emits: ['update:baseMap', 'update:projectCodeName', 'toggle'], - inject: ['api', 'lang', 'user', 'consts', 'isMobile'], + inject: ['api', 'lang', 'user', 'consts', 'isMobile', 'hash'], computed: { project() { return this.projects.find((project) => project.codename == this.projectCodeName); @@ -77,9 +77,10 @@ export default {
{{ lang.get('feed.last_update')+' '+lastUpdate.relative_time }}