mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 11:29:29 +08:00
update url
This commit is contained in:
parent
b15c3ae1cb
commit
bb907ba1fc
5 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@ node_bundler = "esbuild"
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Access-Control-Allow-Origin = "seviche.cc"
|
Access-Control-Allow-Origin = "sevic.me"
|
||||||
X-Frame-Options = "SAMEORIGIN"
|
X-Frame-Options = "SAMEORIGIN"
|
||||||
X-Content-Type-Options = "nosniff"
|
X-Content-Type-Options = "nosniff"
|
||||||
X-XSS-Protection = "1; mode=block"
|
X-XSS-Protection = "1; mode=block"
|
||||||
|
|
|
@ -110,6 +110,6 @@ export const friends: Friend[] = [
|
||||||
title: "LitoMore's Mind",
|
title: "LitoMore's Mind",
|
||||||
name: 'LitoMore',
|
name: 'LitoMore',
|
||||||
link: 'https://litomore.me',
|
link: 'https://litomore.me',
|
||||||
avatar: 'https://avatars.githubusercontent.com/u/8186898?v=4'
|
avatar: 'https://litomore.me/favicon.svg'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -8,7 +8,7 @@ export const post: PostConfig = {
|
||||||
use: ['Remark42','Webmention', 'Giscus'],
|
use: ['Remark42','Webmention', 'Giscus'],
|
||||||
style: 'boxed',
|
style: 'boxed',
|
||||||
webmention: {
|
webmention: {
|
||||||
username: 'seviche.cc',
|
username: 'sevic.me',
|
||||||
sortBy: 'created',
|
sortBy: 'created',
|
||||||
sortDir: 'down',
|
sortDir: 'down',
|
||||||
form: true,
|
form: true,
|
||||||
|
|
|
@ -2,16 +2,16 @@ import type { SiteConfig } from '$lib/types/site'
|
||||||
|
|
||||||
export const site: SiteConfig = {
|
export const site: SiteConfig = {
|
||||||
protocol: import.meta.env.URARA_SITE_PROTOCOL ?? import.meta.env.DEV ? 'http://' : 'https://',
|
protocol: import.meta.env.URARA_SITE_PROTOCOL ?? import.meta.env.DEV ? 'http://' : 'https://',
|
||||||
domain: 'seviche.cc',
|
domain: 'sevic.me',
|
||||||
title: 'Seviche.cc',
|
title: 'sevic.me',
|
||||||
subtitle: 'Random Frontend-Developer',
|
subtitle: 'Random Frontend-Developer',
|
||||||
lang: 'zh',
|
lang: 'zh',
|
||||||
description: 'Random Frontend-Developer',
|
description: 'Random Frontend-Developer',
|
||||||
author: {
|
author: {
|
||||||
name: 'Seviche CC',
|
name: 'Sevi.C',
|
||||||
avatar: '/assets/avatar.png',
|
avatar: '/assets/avatar.png',
|
||||||
status: '🖤',
|
status: '🖤',
|
||||||
bio: 'Random Frontend-Developer',
|
bio: 'Full-stack wizard.',
|
||||||
metadata: [
|
metadata: [
|
||||||
{
|
{
|
||||||
icon: 'i-mdi-github',
|
icon: 'i-mdi-github',
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"key": "Access-Control-Allow-Origin",
|
"key": "Access-Control-Allow-Origin",
|
||||||
"value": "https://seviche.cc"
|
"value": "https://sevic.me"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "X-Frame-Options",
|
"key": "X-Frame-Options",
|
||||||
|
|
Loading…
Reference in a new issue