wrong URL -.-

This commit is contained in:
Nicole Dresselhaus
2025-05-09 21:51:23 +02:00
parent ce0c52a66a
commit ba3fd2d09e
27 changed files with 95 additions and 93 deletions

4
dist/index.html vendored
View File

@ -134,7 +134,7 @@ window.Quarto = {
<link rel="alternate" type="application/rss+xml" title="Nicole Dresselhaus" href="index.xml" data-external="1"><meta property="og:title" content="Nicole Dresselhaus">
<meta property="og:description" content="Ramblings of a madwoman">
<meta property="og:image" content="https://nicole.dresselhaus.cloud/thumbs/writing_documentation.png">
<meta property="og:image" content="https://drezil.de/thumbs/writing_documentation.png">
<meta property="og:site_name" content="Nicole Dresselhaus">
<meta property="og:image:height" content="400">
<meta property="og:image:width" content="697">
@ -1189,7 +1189,7 @@ January 1, 1994
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/nicole\.dresselhaus\.cloud");
var filterRegex = new RegExp("https:\/\/drezil\.de");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}