mirror of
https://github.com/tiennm99/miti99.git
synced 2026-05-20 14:24:25 +00:00
7eecf39013
Remove the project Dockerfile (multi-stage Hugo → nginx build). Update assets/jsconfig.json to use Windows-style path separators for theme assets. Add new blog post content/post/2026/02/19/index.md (Newsletter #82, Vietnamese) with curated links and summaries.
10 lines
124 B
JSON
10 lines
124 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": [
|
|
"..\\themes\\hugo-theme-stack\\assets\\*"
|
|
]
|
|
}
|
|
}
|
|
} |