add ignore pahts
This commit is contained in:
parent
ae9ce08544
commit
f2891dd093
1 changed files with 11 additions and 1 deletions
|
@ -74,7 +74,17 @@
|
|||
/>
|
||||
|
||||
<script>
|
||||
const ignore = ["/", "/categories/"];
|
||||
const ignore = [
|
||||
"/",
|
||||
"/categories/",
|
||||
"/about/",
|
||||
"/technology/",
|
||||
"/personal/",
|
||||
"/projects/",
|
||||
"/talks/",
|
||||
"/productivity/",
|
||||
"/motivational/",
|
||||
];
|
||||
const url = new URL(
|
||||
document.URL.replace("http://localhost:4000", "https://ayos.blog")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue