update url

This commit is contained in:
SevicheCC 2025-01-01 16:24:22 +08:00
parent b15c3ae1cb
commit bb907ba1fc
5 changed files with 8 additions and 8 deletions

View file

@ -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"

View file

@ -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'
}
]

View file

@ -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,

View file

@ -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',

View file

@ -5,7 +5,7 @@
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "https://seviche.cc"
"value": "https://sevic.me"
},
{
"key": "X-Frame-Options",