Skip to content

Commit

Permalink
enable inline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 29, 2021
1 parent 1db5685 commit d2907bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions greenwood.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const FAVICON_HREF = '/assets/favicon.ico';
module.exports = {
workspace: path.join(__dirname, 'www'),
mode: 'mpa',
optimization: 'inline',
title: 'Greenwood',
meta: [
{ name: 'description', content: META_DESCRIPTION },
Expand Down
1 change: 1 addition & 0 deletions www/templates/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en" prefix="og:http://ogp.me/ns#">

<head>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="mobile-web-app-capable" content="yes"/>
Expand Down

0 comments on commit d2907bb

Please sign in to comment.