Skip to content

Commit

Permalink
fix: site url & sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
ulidtko committed Apr 5, 2024
1 parent 6acb429 commit d54ea4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Guake Web site source

This repository contains the source code of the Guake web site:

http://guake-project.org
https://guake.github.io

Introduction
============
Expand Down
4 changes: 2 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ module.exports = function(grunt) {
sitemap: {
dist: {
siteRoot: 'public/',
homepage: 'http://www.guake-project.org',
pattern: '/*.html',
homepage: 'http://guake.github.io',
changefreq: 'yearly',
},
}
});
Expand Down

0 comments on commit d54ea4d

Please sign in to comment.