diff --git a/netlify.toml b/netlify.toml index 39bb1ef6..bb80d427 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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" diff --git a/src/lib/config/friends.ts b/src/lib/config/friends.ts index d3523691..9a8485f0 100644 --- a/src/lib/config/friends.ts +++ b/src/lib/config/friends.ts @@ -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' } ] diff --git a/src/lib/config/post.ts b/src/lib/config/post.ts index d7dbb0ce..eede0e4e 100644 --- a/src/lib/config/post.ts +++ b/src/lib/config/post.ts @@ -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, diff --git a/src/lib/config/site.ts b/src/lib/config/site.ts index e6af97e4..9456184e 100644 --- a/src/lib/config/site.ts +++ b/src/lib/config/site.ts @@ -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', diff --git a/vercel.json b/vercel.json index df5e216c..2379593a 100644 --- a/vercel.json +++ b/vercel.json @@ -5,7 +5,7 @@ "headers": [ { "key": "Access-Control-Allow-Origin", - "value": "https://seviche.cc" + "value": "https://sevic.me" }, { "key": "X-Frame-Options",