diff --git a/.env.example b/.env.example index b942a72..0996c28 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1 @@ -VUE_APP_BASE_URL=https://associations.espacecondorcet.org -VUE_APP_SENTRY_URL=https://wow.com \ No newline at end of file +VUE_APP_BASE_URL=https://associations.espacecondorcet.org \ No newline at end of file diff --git a/package.json b/package.json index 67a76ac..a563db7 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,6 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@sentry/browser": "^5.22.3", - "@sentry/integrations": "^5.22.3", - "@sentry/tracing": "^5.22.3", "@types/vue-moment": "^4.0.0", "changed-lines": "^1.0.0", "core-js": "^3.6.5", diff --git a/public/index.html b/public/index.html index cbd6978..87a7ab6 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ Github: https://github.com/lefuturiste - Annuaire des associations + Forum virtuel des associations diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue new file mode 100644 index 0000000..ff173ff --- /dev/null +++ b/src/components/HelloWorld.vue @@ -0,0 +1,153 @@ + + + diff --git a/src/layouts/Admin.vue b/src/layouts/Admin.vue index 8c44295..439ee56 100644 --- a/src/layouts/Admin.vue +++ b/src/layouts/Admin.vue @@ -77,8 +77,6 @@