mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Use CSS to hide site pages in Nextra
This commit is contained in:
@@ -46,4 +46,9 @@
|
||||
/******************************************************************************
|
||||
* Kit of Parts
|
||||
*******************************************************************************/
|
||||
@import 'kit-of-parts.scss';
|
||||
@import 'kit-of-parts.scss';
|
||||
|
||||
/******************************************************************************
|
||||
* Nextra
|
||||
*******************************************************************************/
|
||||
@import 'nextra.scss';
|
||||
@@ -1,5 +1,8 @@
|
||||
export default {
|
||||
path: '/docs',
|
||||
repository: 'https://github.com/jambonz/next-static-site',
|
||||
docsRepository: 'https://github.com/jambonz/next-static-site',
|
||||
branch: 'main',
|
||||
titleSuffix: ' – Jambonz',
|
||||
logo: (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user