File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ serve: ## serve site from output/
1717 poetry run python -m http.server 8765 -d output
1818
1919netlify : # # publish on Netlify
20- python3 -m pip install poetry && poetry env use 3 && poetry install && make build
20+ python3 -m pip install poetry && poetry env use 3 && poetry install && make build && cp _redirects output/.
Original file line number Diff line number Diff line change 1+ /js/script.js https://plausible.io/js/script.js 200
2+ /api/event https://plausible.io/api/event 200
Original file line number Diff line number Diff line change 2929 < link rel ="stylesheet " type ="text/css " href ="/assets/style/style.css ">
3030
3131 <!-- Plausible Analytics -->
32- < script defer data-domain ="socalpython.org " src ="https://plausible.io /js/script.js "> </ script >
32+ < script defer data-domain ="socalpython.org " src ="/js/script.js "> </ script >
3333 </ head >
3434 < body >
3535 < div class ="wrapper ">
You can’t perform that action at this time.
0 commit comments