Skip to content

Commit

Permalink
adds support for sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
smohadjer committed Jan 23, 2023
1 parent 506d913 commit b2d0b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/copydist.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ copyFile('app/favicon-32x32.png', 'dist/favicon-32x32.png');
copyFile('app/android-chrome-192x192.png', 'dist/android-chrome-192x192.png');
copyFile('app/android-chrome-512x512.png', 'dist/android-chrome-512x512.png');
copyFile('app/site.webmanifest', 'dist/site.webmanifest');
copyFile('app/sitemap.xml', 'dist/sitemap.xml');

copyFolder('public/assets', 'dist/assets');
copyFolder('public/resources/img', 'dist/resources/img');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build",
"version": "0.1.9",
"version": "0.1.10",
"description": "A frontend build for HTML Websites",
"repository": {
"type": "git",
Expand Down

0 comments on commit b2d0b7e

Please sign in to comment.