mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
* Add support for syntax highlighting of code blocks * Escape usage of backtick strings * Add workspace root for snowpack * Use prismjs/components as an external module
3 lines
48 B
JavaScript
3 lines
48 B
JavaScript
module.exports = {
|
|
workspaceRoot: '../../'
|
|
};
|