File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import Util from '/src/config/Util' ;
22
33export const args = {
4- siteName : 'Studying Astro ' ,
5- titleSuffix : 'Astro で作る BeautifulCode なサイト ' ,
6- description : 'Astro の学習ノートです ' ,
4+ siteName : 'debiru.net ' ,
5+ titleSuffix : 'debiru\'s portfolio ' ,
6+ description : 'debiru\'s portfolio ' ,
77 twitter : '@debiru_R' ,
88} ;
99
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ app.init(Astro);
4343 <div id =" page-container" >
4444 <header id =" page-header" >
4545 <div class =" content-inner" >
46- <h1 class =" siteName" ><a href ={ route (' /' ) } ><img src ={ img (' global/logo-site.png' ) } alt =" Studying Astro " width =" 228" height =" 64" ></a ></h1 >
46+ <h1 class =" siteName" ><a href ={ route (' /' ) } ><img src ={ img (' global/logo-site.png' ) } alt =" debiru.net " width =" 228" height =" 64" ></a ></h1 >
4747 </div >
4848 </header >
4949 <main id =" page-main" ><slot /></main >
5050 <footer id =" page-footer" >
5151 <div class =" content-inner" >
5252 <div class =" footerArea" >
53- <p class =" copyright" >Copyright 2025 <img src ={ img (' global/logo-site.png' ) } alt =" Studying Astro " width =" 114" height =" 32" > { args .domain } </p >
53+ <p class =" copyright" >Copyright 2025 <img src ={ img (' global/logo-site.png' ) } alt =" debiru.net " width =" 114" height =" 32" > { args .domain } </p >
5454 </div >
5555 </div >
5656 </footer >
You can’t perform that action at this time.
0 commit comments