Skip to content

Commit

Permalink
Add sitemap.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Skillkiller committed Sep 19, 2023
1 parent 225164b commit 02f252b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions sitemap.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://thm-planer.skillkiller.de/
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require('bootstrap');
import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap-icons/font/bootstrap-icons.css'; // webpack uses file-loader to handle font files
import './index.css';
import '/sitemap.txt'
import '/img/step2.png'
import '/img/step3.png'
import '/img/step4.png'
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
type: 'asset/resource',
},
{
test: /\.(png|jpe?g|gif)$/i,
test: /\.(png|jpe?g|gif|txt)$/i,
loader: 'file-loader',
options: {
name: '[path][name].[ext]',
Expand Down

0 comments on commit 02f252b

Please sign in to comment.