From 636976d6026d4c1e048ad91244e64804d95873ca Mon Sep 17 00:00:00 2001 From: carleshf <2046180+carleshf@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:38:50 +0200 Subject: [PATCH] Added NEW version of showing markdown for a community. --- .vscode/settings.json | 4 ++-- nginx.conf | 0 pages/benchmarking/_community/index.vue | 19 ++++++------------- 3 files changed, 8 insertions(+), 15 deletions(-) mode change 100644 => 100755 nginx.conf diff --git a/.vscode/settings.json b/.vscode/settings.json index 03c04727..56b8f4c0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,8 +36,8 @@ "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll": true, - "source.fixAll.eslint": true + "source.fixAll": "explicit", + "source.fixAll.eslint": "explicit" }, "eslint.validate": [ "javascript", diff --git a/nginx.conf b/nginx.conf old mode 100644 new mode 100755 diff --git a/pages/benchmarking/_community/index.vue b/pages/benchmarking/_community/index.vue index 18073539..8e37809e 100644 --- a/pages/benchmarking/_community/index.vue +++ b/pages/benchmarking/_community/index.vue @@ -81,19 +81,18 @@ - + mdi-information-outline Summary - + - + @@ -197,12 +196,6 @@ export default { this.setCurrentEvent(this.$route.query.event); } }, - created() { - const { - default: md, - } = require(`~/static/markdown/projects/${this.$route.params.community}.md`); - this.markdownContent = md || ''; - }, methods: { handleEventSelection(event) { this.$store.commit('community/setCurrentEvent', event);