Skip to content

Commit ad4aeb0

Browse files
1.0.0 WIP
1 parent b334e6b commit ad4aeb0

File tree

112 files changed

+8662
-4022
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+8662
-4022
lines changed

astro.config.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ export default defineConfig(
2424
remarkPlugins: [
2525
"remark-gfm",
2626
codeHighlightPre,
27-
[
28-
"remark-prism",
29-
{
30-
plugins: ["prismLineHighlightModified.js"],
31-
},
32-
],
27+
"remark-prism",
3328
youtubeEmbed,
3429
responsiveImages,
3530
],

jsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"@layouts/*": ["src/layouts/*"],
6+
"@blogComponents/*": ["src/blogComponents/*"]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)