Skip to content

Commit

Permalink
feat: adapt ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyiming0803 committed Sep 8, 2022
1 parent fcecfaa commit 90c5a7e
Show file tree
Hide file tree
Showing 16 changed files with 3,482 additions and 80 deletions.
30 changes: 30 additions & 0 deletions examples/guard-nextjs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
1 change: 1 addition & 0 deletions examples/guard-nextjs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is a starter template for [Learn Next.js](https://nextjs.org/learn).
5 changes: 5 additions & 0 deletions examples/guard-nextjs/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const guardOptions = {
appId: '62e7f0c91073aaba0db4d65b',
// host: 'https://ipehegkanbpgkdho-demo.authing.cn',
align: 'center'
}
Loading

0 comments on commit 90c5a7e

Please sign in to comment.