Skip to content

Commit

Permalink
fix dns records for web publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mnutt committed Nov 4, 2015
1 parent 0a6996b commit b3a3a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/publishing.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div class="setup">
<div class="inner">
{{paper-input value=domain placeholder="example.com"}}
{{paper-input value=domain placeholder="www.example.com"}}
</div>
</div>

Expand All @@ -37,7 +37,7 @@
Add the following DNS records to your domain registrar:
<pre>
{{domain}}. IN CNAME {{model.host}}
sandstorm-www.{{domain}}. IN TXT {{model.publicId}}
sandstorm-{{domain}}. IN TXT {{model.publicId}}
</pre>
{{/if}}
</div>
Expand Down

0 comments on commit b3a3a37

Please sign in to comment.