Skip to content

Commit

Permalink
Add hero images
Browse files Browse the repository at this point in the history
  • Loading branch information
Viljami Hirvonen committed Sep 9, 2021
1 parent 0c55e4e commit bc006c9
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/images/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import './tampere-filharmonia-pysty.svg';
import './tampere-pysty.svg';
20 changes: 20 additions & 0 deletions assets/images/tampere-filharmonia-pysty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/images/tampere-pysty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/scripts/theme-filharmonia.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

import '../../../tms-theme-base/assets/scripts/main.js';
import '../fonts';
import '../images';
import '../styles/theme-filharmonia.scss';
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ module.exports = [
alias: {
scripts: path.resolve( __dirname, 'assets', 'scripts' ),
styles: path.resolve( __dirname, 'assets', 'styles' ),
images: path.resolve( __dirname, 'assets', 'images' ),
},
},

Expand Down

0 comments on commit bc006c9

Please sign in to comment.