Skip to content

Commit 1fb6155

Browse files
TechQuerygithub-actions[bot]
authored andcommitted
[fix] replace Repository Name
1 parent 29ef223 commit 1fb6155

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NEXT_PUBLIC_SITE_NAME=Next-Bootstrap-ts
1+
NEXT_PUBLIC_SITE_NAME=lark-next-bootstrap-ts
22
NEXT_PUBLIC_SITE_SUMMARY=React project scaffold based on TypeScript, Next.js, Bootstrap & Workbox.
33

44
NEXT_PUBLIC_SENTRY_DSN =

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Next-Bootstrap-ts
1+
# lark-next-bootstrap-ts
22

33
[React][1] project scaffold based on [TypeScript][2], [Next.js][3], [Bootstrap][4] & [Workbox][5]. And this project bootstrapped with [`create-next-app`][6].
44

5-
[![CI & CD](https://github.com/idea2app/Next-Bootstrap-ts/actions/workflows/main.yml/badge.svg)][7]
5+
[![CI & CD](https://github.com/idea2app/lark-lark-next-bootstrap-ts/actions/workflows/main.yml/badge.svg)][7]
66

77
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][8]
88
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][9]
@@ -102,9 +102,9 @@ pnpm container
102102
[4]: https://getbootstrap.com/
103103
[5]: https://developers.google.com/web/tools/workbox
104104
[6]: https://github.com/vercel/next.js/tree/canary/packages/create-next-app
105-
[7]: https://github.com/idea2app/Next-Bootstrap-ts/actions/workflows/main.yml
106-
[8]: https://codespaces.new/idea2app/Next-Bootstrap-ts
107-
[9]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Next-Bootstrap-ts
105+
[7]: https://github.com/idea2app/lark-lark-next-bootstrap-ts/actions/workflows/main.yml
106+
[8]: https://codespaces.new/idea2app/lark-lark-next-bootstrap-ts
107+
[9]: https://gitpod.io/?autostart=true#https://github.com/idea2app/lark-lark-next-bootstrap-ts
108108
[10]: https://mdxjs.com/
109109
[11]: https://mobx.js.org/
110110
[12]: https://github.com/features/actions
@@ -113,12 +113,12 @@ pnpm container
113113
[15]: https://github.com/apps/settings
114114
[16]: https://pullrequestbadge.com/
115115
[17]: https://code.visualstudio.com/
116-
[18]: https://github.com/new?template_name=Next-Bootstrap-ts&template_owner=idea2app
117-
[19]: https://github.com/idea2app/Next-Bootstrap-ts/blob/80967ed49045af9dbcf4d3695a2c39d53a6f71f1/.github/workflows/pull-request.yml#L9-L11
118-
[20]: https://github.com/idea2app/Next-Bootstrap-ts/settings/secrets/actions
116+
[18]: https://github.com/new?template_name=lark-next-bootstrap-ts&template_owner=idea2app
117+
[19]: https://github.com/idea2app/lark-lark-next-bootstrap-ts/blob/80967ed49045af9dbcf4d3695a2c39d53a6f71f1/.github/workflows/pull-request.yml#L9-L11
118+
[20]: https://github.com/idea2app/lark-lark-next-bootstrap-ts/settings/secrets/actions
119119
[21]: https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/bb4675a56bf1d6b207231313da5ed0af7cf0ebd6/.github/workflows/pull-request.yml#L32-L56
120-
[22]: https://github.com/idea2app/Next-Bootstrap-ts/issues/new/choose
121-
[23]: https://github.com/idea2app/Next-Bootstrap-ts/projects
120+
[22]: https://github.com/idea2app/lark-lark-next-bootstrap-ts/issues/new/choose
121+
[23]: https://github.com/idea2app/lark-lark-next-bootstrap-ts/projects
122122
[24]: https://nextjs.org/docs/api-routes/introduction
123123
[25]: https://nextjs.org/docs
124124
[26]: https://nextjs.org/learn

components/MainNavigator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const MainNavigator: FC = observer(() => (
2828

2929
<Nav.Link
3030
target="_blank"
31-
href="https://github.com/idea2app/Next-Bootstrap-TS"
31+
href="https://github.com/idea2app/lark-lark-next-bootstrap-ts"
3232
>
3333
{t('source_code')}
3434
</Nav.Link>

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ networks:
44
idea2app:
55

66
services:
7-
next-bootstrap-ts:
8-
image: idea2app/next-bootstrap-ts
7+
lark-next-bootstrap-ts:
8+
image: idea2app/lark-lark-next-bootstrap-ts
99
networks:
1010
- idea2app
1111
healthcheck:
@@ -34,11 +34,11 @@ services:
3434

3535
caddy:
3636
depends_on:
37-
- next-bootstrap-ts
37+
- lark-next-bootstrap-ts
3838
image: caddy
3939
ports:
4040
- 80:80
4141
- 443:443
4242
networks:
4343
- idea2app
44-
command: caddy reverse-proxy --from your.domain.com --to next-bootstrap-ts:3000
44+
command: caddy reverse-proxy --from your.domain.com --to lark-next-bootstrap-ts:3000

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@idea2app/next-bootstrap-ts",
2+
"name": "@idea2app/lark-lark-next-bootstrap-ts",
33
"version": "1.7.0",
44
"description": "React project scaffold based on TypeScript, Next.js, Bootstrap & Workbox.",
55
"private": true,
@@ -102,7 +102,7 @@
102102
"start": "next start",
103103
"lint": "next lint && tsc --noEmit",
104104
"test": "lint-staged && npm run lint",
105-
"pack-image": "docker build -t idea2app/next-bootstrap-ts:latest .",
106-
"container": "docker rm -f next-bootstrap-ts && docker run --name next-bootstrap-ts -p 3000:3000 -d idea2app/next-bootstrap-ts:latest"
105+
"pack-image": "docker build -t idea2app/lark-lark-next-bootstrap-ts:latest .",
106+
"container": "docker rm -f lark-next-bootstrap-ts && docker run --name lark-next-bootstrap-ts -p 3000:3000 -d idea2app/lark-lark-next-bootstrap-ts:latest"
107107
}
108108
}

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Next-Bootstrap-ts scaffold",
2+
"name": "lark-next-bootstrap-ts scaffold",
33
"short_name": "Next.ts demo",
44
"start_url": ".",
55
"description": "React project scaffold based on TypeScript, Next.js, Bootstrap & Workbox.",

0 commit comments

Comments
 (0)