add ignore pahts

This commit is contained in:
Ayo 2023-05-30 13:02:02 +02:00
parent ae9ce08544
commit f2891dd093

View file

@ -74,7 +74,17 @@
/> />
<script> <script>
const ignore = ["/", "/categories/"]; const ignore = [
"/",
"/categories/",
"/about/",
"/technology/",
"/personal/",
"/projects/",
"/talks/",
"/productivity/",
"/motivational/",
];
const url = new URL( const url = new URL(
document.URL.replace("http://localhost:4000", "https://ayos.blog") document.URL.replace("http://localhost:4000", "https://ayos.blog")
); );