File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # GitHub Pages Configuration
2+ # This ensures proper file serving and MIME types
3+
4+ # Disable Jekyll processing since this is a static HTML site
5+ plugins : []
6+
7+ # Ensure XML files are served with correct Content-Type
8+ # GitHub Pages should serve .xml files as application/xml by default,
9+ # but this config helps ensure proper handling
10+
11+ # Set safe mode to false to allow all files to be served
12+ safe : false
13+
14+ # Include all files (no exclusions)
15+ include :
16+ - sitemap.xml
17+ - robots.txt
18+ - " *.html"
19+ - " *.xml"
20+ - " *.txt"
21+
22+ # Exclude common build/dependency directories
23+ exclude :
24+ - node_modules
25+ - .git
26+ - .DS_Store
Original file line number Diff line number Diff line change 4848 <changefreq >monthly</changefreq >
4949 <priority >0.8</priority >
5050 </url >
51+ <url >
52+ <loc >https://precisionsolutionstech-netizen.github.io/api-catalog/apis/financial-invoice-normalization.html</loc >
53+ <lastmod >2026-02-17</lastmod >
54+ <changefreq >monthly</changefreq >
55+ <priority >0.8</priority >
56+ </url >
5157 <url >
5258 <loc >https://precisionsolutionstech-netizen.github.io/api-catalog/apis/json-diff-checker.html</loc >
5359 <lastmod >2026-02-16</lastmod >
You can’t perform that action at this time.
0 commit comments