Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Fix #7: Generate manifest.json in output root #20

Merged
merged 4 commits into from
Oct 26, 2018
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<meta name='apple-mobile-web-app-capable' content='yes'/>
<meta name='apple-mobile-web-app-status-bar-style' content='black'/>
<meta name="description" content="Create an evergreen web application with no build configuration."/>

<link rel="manifest" href="/manifest.json">

<meta property="og:title" content="Create Evergreen App" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://project-evergreen.thegreenhouse.io/" />
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = webpackMerge(commonConfig, {
new FaviconsWebpackPlugin({
logo: './favicon.png',
emitStats: true,
prefix: 'icons/',
prefix: '/',
statsFilename: 'icons/stats.json',
inject: true,
title: 'Create Evergreen App',
Expand Down