diff --git a/cuddle.yaml b/cuddle.yaml new file mode 100644 index 0000000..dd16e55 --- /dev/null +++ b/cuddle.yaml @@ -0,0 +1,9 @@ +# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json + +base: false + +vars: + service: "rawpotion-man" + registry: kasperhermansen + port: 3000:3000 + deployments: "git@git.front.kjuulh.io:rawpotion/deployments.git" diff --git a/src/pages/golang/posts/[slug].tsx b/src/pages/golang/posts/[slug].tsx index 358e430..ba65cd5 100644 --- a/src/pages/golang/posts/[slug].tsx +++ b/src/pages/golang/posts/[slug].tsx @@ -8,7 +8,10 @@ import Link from "next/link"; import path from "path"; import CustomLink from "../../../components/CustomLink"; import Layout from "../../../components/Layout"; -import { golangPostFilePaths, GOLANG_POSTS_PATH } from "../../../utils/mdxUtils"; +import { + golangPostFilePaths, + GOLANG_POSTS_PATH, +} from "../../../utils/mdxUtils"; // Custom components/renderers to pass to MDX. // Since the MDX files aren't loaded by webpack, they have no knowledge of how