mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 04:19:31 +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]]
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "seviche.cc"
|
||||
Access-Control-Allow-Origin = "sevic.me"
|
||||
X-Frame-Options = "SAMEORIGIN"
|
||||
X-Content-Type-Options = "nosniff"
|
||||
X-XSS-Protection = "1; mode=block"
|
||||
|
|
|
@ -110,6 +110,6 @@ export const friends: Friend[] = [
|
|||
title: "LitoMore's Mind",
|
||||
name: 'LitoMore',
|
||||
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'],
|
||||
style: 'boxed',
|
||||
webmention: {
|
||||
username: 'seviche.cc',
|
||||
username: 'sevic.me',
|
||||
sortBy: 'created',
|
||||
sortDir: 'down',
|
||||
form: true,
|
||||
|
|
|
@ -2,16 +2,16 @@ import type { SiteConfig } from '$lib/types/site'
|
|||
|
||||
export const site: SiteConfig = {
|
||||
protocol: import.meta.env.URARA_SITE_PROTOCOL ?? import.meta.env.DEV ? 'http://' : 'https://',
|
||||
domain: 'seviche.cc',
|
||||
title: 'Seviche.cc',
|
||||
domain: 'sevic.me',
|
||||
title: 'sevic.me',
|
||||
subtitle: 'Random Frontend-Developer',
|
||||
lang: 'zh',
|
||||
description: 'Random Frontend-Developer',
|
||||
author: {
|
||||
name: 'Seviche CC',
|
||||
name: 'Sevi.C',
|
||||
avatar: '/assets/avatar.png',
|
||||
status: '🖤',
|
||||
bio: 'Random Frontend-Developer',
|
||||
bio: 'Full-stack wizard.',
|
||||
metadata: [
|
||||
{
|
||||
icon: 'i-mdi-github',
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"headers": [
|
||||
{
|
||||
"key": "Access-Control-Allow-Origin",
|
||||
"value": "https://seviche.cc"
|
||||
"value": "https://sevic.me"
|
||||
},
|
||||
{
|
||||
"key": "X-Frame-Options",
|
||||
|
|
Loading…
Reference in a new issue