diff --git a/package.json b/package.json index d104bb9..56f72c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tomodo", "private": true, - "version": "0.9.0", + "version": "0.9.3", "type": "module", "scripts": { "dev": "vite", diff --git a/public/robots.txt b/public/robots.txt index 942a953..f65e2c2 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,3 @@ User-Agent:* - -disallow: /collection/* \ No newline at end of file +Allow: / +Disallow: /collection/* \ No newline at end of file diff --git a/src/components/ExampleJson.vue b/src/components/ExampleJson.vue index 509b3c0..f4d7c90 100644 --- a/src/components/ExampleJson.vue +++ b/src/components/ExampleJson.vue @@ -1,5 +1,6 @@ diff --git a/src/components/FormCollection.vue b/src/components/FormCollection.vue index 03c19e6..c38570f 100644 --- a/src/components/FormCollection.vue +++ b/src/components/FormCollection.vue @@ -1,14 +1,8 @@