File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const navbar = (
2020 nano-css
2121 </ span >
2222 }
23- projectLink = "https://github.com/nicknisi /nano-css"
23+ projectLink = "https://github.com/streamich /nano-css"
2424 />
2525)
2626
@@ -42,7 +42,7 @@ export default async function RootLayout({ children }) {
4242 < Layout
4343 navbar = { navbar }
4444 pageMap = { await getPageMap ( ) }
45- docsRepositoryBase = "https://github.com/nicknisi /nano-css/tree/master/website "
45+ docsRepositoryBase = "https://github.com/streamich /nano-css/tree/master/site "
4646 footer = { footer }
4747 sidebar = { { defaultMenuCollapseLevel : 1 } }
4848 editLink = "Edit this page on GitHub"
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ export default {
1717 } ,
1818 github_link : {
1919 title : 'GitHub' ,
20- href : 'https://github.com/nicknisi /nano-css' ,
20+ href : 'https://github.com/streamich /nano-css' ,
2121 } ,
2222}
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
7+ "clean" : " npx rimraf .next out" ,
78 "build" : " next build" ,
89 "start" : " next start"
910 },
You can’t perform that action at this time.
0 commit comments