Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

init landing page setup #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

init landing page setup #33

wants to merge 3 commits into from

Conversation

jennschiffer
Copy link
Contributor

this is copying a bunch of stuff over from the pombot landing page. we still need a design and content, but in the meantime we have a privacy policy and button for integrating, along with the message/warning on integration success/fail.

@@ -13,6 +13,15 @@ server {
include gzip_params;
server_name {{site_fqdn}};

# serve static files
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty sure these two blocks could go away and we could put root {{public_path}}; in the main block

app.set('view cache', false);
swig.setDefaults({cache: false});

app.use('/assets', express.static(path.join(__dirname, '/public/assets')));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is /assets used anywhere?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants