Skip to content

Commit

Permalink
Fixed links on production (#120)
Browse files Browse the repository at this point in the history
* test netlify deploy

* Added color gradient  (#72)

* creted coloring on buttons

* added color gradient

* Fix link

* Fix links

* validating for fb business manager

* fixed footer color, highlighted fixdesk, enlarged iframes for gmaps

* centered iframe

* fixed iframe width

* added instagram feed

* fixed instagram wrap

* fixed count on instagram feed

* fixed closing menu header on external events

* added alt to instagram images

* added iframe wrapper component

* Added archive data of blogposts and calendar events from old website (#113)

completes #75

* fixed image align

* add slovensko.digital logo

svg file

* added netlify config

* added redirects

* moved redirects

* maybe solution for redirects episode 8000
  • Loading branch information
vikiival authored and yangwao committed Feb 6, 2019
1 parent 4183413 commit 0033ade
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cowork-panel/build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,14 @@ var webpackConfig = merge(baseWebpackConfig, {
from: path.resolve(__dirname, '../static'),
to: config.build.assetsSubDirectory,
ignore: ['.*']
},
{
from: path.resolve(__dirname, '../root'),
to: config.build.assetsRoot,
ignore: ['.*']
}
]),
new ImageminPlugin({
new ImageminPlugin({
test: /\.(jpe?g|png|gif|svg)$/i,
plugins: [
imageminMozjpeg({
Expand Down
1 change: 1 addition & 0 deletions cowork-panel/root/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200

0 comments on commit 0033ade

Please sign in to comment.