Skip to content

Commit

Permalink
fix: change to site-audit-seo-viewer web view
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Aug 21, 2020
1 parent 249d4f3 commit e49edee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = async (jsonPath) => {
app.listen(port, () => {
const dataJson = `http://localhost:${port}/data.json`;
// console.log(`Open for view report: http://localhost:${port}/`);
console.log(`Online viewer: https://viasite.github.io/site-audit-seo/?url=${dataJson}`);
console.log(`Online viewer: https://viasite.github.io/site-audit-seo-viewer/?url=${dataJson}`);
console.log(`Dev viewer: http://localhost:3000/?url=${dataJson}`);
console.log(`JSON file: ${dataJson}`);
});
Expand Down

0 comments on commit e49edee

Please sign in to comment.