summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r--packages/integrations/netlify/README.md3
-rw-r--r--packages/integrations/netlify/package.json8
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md
new file mode 100644
index 000000000..4ed3ee77b
--- /dev/null
+++ b/packages/integrations/netlify/README.md
@@ -0,0 +1,3 @@
+# @astrojs/netlify
+
+The Netlify adapter package has moved. Please see [the new repository for the Netlify adapter](https://github.com/withastro/adapters/tree/main/packages/netlify).
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
new file mode 100644
index 000000000..4b54bb6c0
--- /dev/null
+++ b/packages/integrations/netlify/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "@astrojs/netlify",
+ "version": "0.0.0",
+ "private": true,
+ "type": "module",
+ "keywords": [],
+ "dont_remove": "This is a placeholder for the sake of the docs smoke test"
+}