1
0
Track3 5 жил өмнө
parent
commit
e9feaebcca

+ 1 - 1
config.toml

@@ -1,4 +1,4 @@
-baseURL = "https://www.xxxlbox.com"
+baseURL = "https://ojbk.im"
 languageCode = "zh-hans"
 title = "Track3's Blog"
 

+ 1 - 1
layouts/_default/baseof.html

@@ -19,7 +19,7 @@
 	<title>{{.Title}}</title>
 	<link rel="dns-prefetch" href="https://assets.xxxlbox.com/">
 	<link rel="dns-prefetch" href="//cdn1.lncld.net">
-	<link rel="dns-prefetch" href="//unpkg.com">
+	<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
 	{{ range .AlternativeOutputFormats -}}
 	{{ printf `<link rel="%s" type="%s+%s" href="%s" title="%s" />` .Rel .MediaType.Type .MediaType.Suffix .Permalink $.Site.Title | safeHTML }}
 	{{ end -}}

+ 0 - 2
static/_redirects

@@ -1,2 +0,0 @@
-# Redirect default Netlify subdomain to primary domain
-https://fervent-swanson-61f7cc.netlify.com/* https://www.xxxlbox.com/:splat 301!

+ 1 - 1
static/robots.txt

@@ -1,3 +1,3 @@
 User-agent: *
 Disallow: /control
-Sitemap: https://www.xxxlbox.com/sitemap.xml
+Sitemap: https://ojbk.im/sitemap.xml

+ 1 - 1
static/site.webmanifest

@@ -15,6 +15,6 @@
     ],
     "theme_color": "#494f5c",
     "background_color": "#494f5c",
-    "start_url": "https://www.xxxlbox.com",
+    "start_url": "https://ojbk.im",
     "display": "standalone"
 }