astro/examples/snowpack/snowpack.config.js
Matthew Phillips 72ae661e9e
Add support for syntax highlighting of code blocks (#65)
* 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
2021-04-08 15:17:00 -04:00

3 lines
48 B
JavaScript

module.exports = {
workspaceRoot: '../../'
};