mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 11:49:30 +08:00
fix: change friend's name
This commit is contained in:
parent
eafe2f8417
commit
6abe138aa9
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
echo "————————1. Build locally————————"
|
||||
netlify build
|
||||
echo "————————2.Deploy test————————"
|
||||
echo "————————2.Deploy test---————————"
|
||||
netlify deploy
|
||||
echo "————————3.Deploy————————"
|
||||
echo "————————3.Deploy--------————————"
|
||||
netlify deploy --prod
|
|
@ -81,7 +81,7 @@ export const friends: Friend[] = [
|
|||
{
|
||||
id: 'kwaa',
|
||||
rel: 'friend',
|
||||
name: '藍' || '藍+85CD',
|
||||
name: '藍+85CD',
|
||||
title: './kwaa.dev',
|
||||
link: 'https://kwaa.dev',
|
||||
descr: '[DATA EXPUNGED]',
|
||||
|
|
Loading…
Reference in a new issue