Skip to content

Commit

Permalink
chore: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 10, 2024
1 parent f7d3612 commit f4bc75e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers-community/npm-features/prettier:1": {}
},
"postCreateCommand": "npm install"
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers-community/npm-features/prettier:1": {}
},
"postCreateCommand": "npm install"
}
6 changes: 5 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const config: Config = {
},

metadata: [
{ name: "keywords", content: "documentation, bluefin, universalblue, linux, gnome, podman, docker, cloudnative" },
{
name: "keywords",
content:
"documentation, bluefin, universalblue, linux, gnome, podman, docker, cloudnative",
},
{ name: "twitter:card", content: "summary_large_image" },
],

Expand Down

0 comments on commit f4bc75e

Please sign in to comment.