mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-30 23:16:49 +00:00
feat: initial webapp structure from notion2site
This commit is contained in:
13
lib/bootstrap-client.ts
Normal file
13
lib/bootstrap-client.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export function bootstrap() {
|
||||
console.log(`
|
||||
|
||||
████████╗██████╗ █████╗ ███╗ ██╗███████╗██╗████████╗██╗██╗ ██╗███████╗ ██████╗ ███████╗
|
||||
╚══██╔══╝██╔══██╗██╔══██╗████╗ ██║██╔════╝██║╚══██╔══╝██║██║ ██║██╔════╝ ██╔══██╗██╔════╝
|
||||
██║ ██████╔╝███████║██╔██╗ ██║███████╗██║ ██║ ██║██║ ██║█████╗ ██████╔╝███████╗
|
||||
██║ ██╔══██╗██╔══██║██║╚██╗██║╚════██║██║ ██║ ██║╚██╗ ██╔╝██╔══╝ ██╔══██╗╚════██║
|
||||
██║ ██║ ██║██║ ██║██║ ╚████║███████║██║ ██║ ██║ ╚████╔╝ ███████╗ ██████╔╝███████║
|
||||
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚══════╝
|
||||
|
||||
This site is built using Notion, Next.js, and https://github.com/NotionX/react-notion-x.
|
||||
`)
|
||||
}
|
||||
Reference in New Issue
Block a user