mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
25 lines
363 B
Plaintext
25 lines
363 B
Plaintext
{
|
|
"presets": [
|
|
"next/babel"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"prismjs",
|
|
{
|
|
"languages": [
|
|
"javascript",
|
|
"js",
|
|
"json",
|
|
"bash",
|
|
"http"
|
|
],
|
|
"plugins": [
|
|
"line-numbers",
|
|
"show-language"
|
|
],
|
|
"theme": "okaidia",
|
|
"css": true
|
|
}
|
|
]
|
|
]
|
|
} |