diff --git a/Dockerfile b/Dockerfile index 134496a..efcccc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM node:21-alpine as final COPY --from=builder /app/.output/ /app LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.com)" -LABEL org.opencontainers.image.source "https://github.com/lysand-org/lysand-fe" +LABEL org.opencontainers.image.source "https://github.com/lysand-org/frontend" LABEL org.opencontainers.image.vendor "Lysand Org" LABEL org.opencontainers.image.licenses "AGPL-3.0" LABEL org.opencontainers.image.title "Lysand-FE" diff --git a/README.md b/README.md index 50911f8..f78ae12 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Here are the steps to install Lysand-FE manually: ```yaml services: fe: - image: ghcr.io/lysand-org/lysand-fe:main + image: ghcr.io/lysand-org/frontend:main container_name: lysand-fe restart: unless-stopped networks: diff --git a/components/errors/ErrorBoundary.vue b/components/errors/ErrorBoundary.vue index fd3089f..57cbbeb 100644 --- a/components/errors/ErrorBoundary.vue +++ b/components/errors/ErrorBoundary.vue @@ -7,7 +7,7 @@

- +
diff --git a/package.json b/package.json index 9a91518..5d7050e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/lysand-org/lysand-fe.git" + "url": "git+https://github.com/lysand-org/frontend.git" }, "scripts": { "build": "nuxt build", diff --git a/packages/ui/package.json b/packages/ui/package.json index 34e8580..ad9646a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -10,11 +10,11 @@ "readme": "README.md", "repository": { "type": "git", - "url": "https://github.com/lysand-org/lysand-fe.git", + "url": "https://github.com/lysand-org/frontend.git", "directory": "packages/ui" }, "bugs": { - "url": "https://github.com/lysand-org/lysand-fe/issues" + "url": "https://github.com/lysand-org/frontend/issues" }, "license": "MIT", "contributors": [