wrong URL -.-
This commit is contained in:
4
dist/index.html
vendored
4
dist/index.html
vendored
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user