mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
72ae661e9e
* 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: '../../'
|
|
};
|