mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix(prettier): white space in mdx files
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"trailingComma": "es5",
|
"trailingComma": "es5",
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": "*.md",
|
"files": ["*.md", "*.mdx"],
|
||||||
"options": {
|
"options": {
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"tabWidth": 2
|
"tabWidth": 2
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ title: Colophon
|
|||||||
intro: In publishing, a colophon is a brief statement containing information about the publication.
|
intro: In publishing, a colophon is a brief statement containing information about the publication.
|
||||||
---
|
---
|
||||||
|
|
||||||
import { mapping } from '../mdx-components.ts';
|
import { mapping } from "../mdx-components.ts";
|
||||||
export const components = mapping;
|
export const components = mapping;
|
||||||
|
|
||||||
The source code of this website is available on [GitHub](https://github.com/kogakure/website-astro-stefanimhoff.de). You are welcome to learn from the source code and reuse code for your projects. Don’t steal it. Learn from it. Remix. Reuse. Build your own things. 🤘
|
The source code of this website is available on [GitHub](https://github.com/kogakure/website-astro-stefanimhoff.de). You are welcome to learn from the source code and reuse code for your projects. Don’t steal it. Learn from it. Remix. Reuse. Build your own things. 🤘
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ layout: ../layouts/PageLayout.astro
|
|||||||
title: Now
|
title: Now
|
||||||
---
|
---
|
||||||
|
|
||||||
import { mapping } from '../mdx-components.ts';
|
import { mapping } from "../mdx-components.ts";
|
||||||
export const components = mapping;
|
export const components = mapping;
|
||||||
|
|
||||||
This is my [Now](https://nownownow.com/) page, an idea by [Derek Silvers](https://sive.rs/) for a website with the focus of <q>what this person is focused on at this point in their life.</q>
|
This is my [Now](https://nownownow.com/) page, an idea by [Derek Silvers](https://sive.rs/) for a website with the focus of <q>what this person is focused on at this point in their life.</q>
|
||||||
|
|||||||
Reference in New Issue
Block a user