Skip to content

Commit

Permalink
fix: add siteConfig.url in saber config, fix #63
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jul 25, 2019
1 parent d35f42b commit 3d98910
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/create-portfolio/template/saber-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
// https://saber.land/docs/saber-config.html

module.exports = {
siteConfig: {
// Change this to the production URL of your website
url: 'https://example.com'
},

// Use the package `saber-theme-portfolio`
// More: https://saber.land/docs/themes.html
theme: 'portfolio',
Expand Down

0 comments on commit 3d98910

Please sign in to comment.