Skip to content

Commit

Permalink
Merge pull request #67 from thefrontside/cl/sitemap
Browse files Browse the repository at this point in the history
✨ Add sitemap.xml
  • Loading branch information
cowboyd authored Sep 20, 2024
2 parents 40c72a3 + bdd548a commit da5f9ec
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 39 deletions.
7 changes: 6 additions & 1 deletion www/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"tasks": {
"start": "deno run -A --watch=static/,routes/ dev.ts",
"test": "deno test -A --unstable test"
"test": "deno test -A --unstable --no-check test"
},
"importMap": "./import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"lint": {
"rules": {
"exclude": ["prefer-const", "require-yield"]
}
}
}
Loading

0 comments on commit da5f9ec

Please sign in to comment.