summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/package.json4
-rw-r--r--docs/snowpack.config.mjs3
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/package.json b/docs/package.json
index 7eb04d1ed..4b447a5be 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,5 +1,5 @@
{
- "name": "@astrojs/docs-template",
+ "name": "docs",
"version": "0.0.2",
"private": true,
"scripts": {
@@ -13,7 +13,7 @@
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
- "astro": "^0.17.2",
+ "astro": "^0.18.0-next.1",
"broken-link-checker": "^0.7.8",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
diff --git a/docs/snowpack.config.mjs b/docs/snowpack.config.mjs
index e811f7990..c68805894 100644
--- a/docs/snowpack.config.mjs
+++ b/docs/snowpack.config.mjs
@@ -4,4 +4,5 @@ export default {
'~': './src',
},
plugins: ['@snowpack/plugin-dotenv'],
-};
+ workspaceRoot: '../',
+}; \ No newline at end of file