- {{work.name}} - {{work.name}} + {{ work.name }} + {{ work.name }}
-{{work.description}}
+{{ work.description }}
-diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 247ae18..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,24 +0,0 @@ -module.exports = { - root: true, - env: { - browser: true, - node: true - }, - parserOptions: { - parser: '@babel/eslint-parser', - requireConfigFile: false - }, - extends: [ - // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention - // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules. - 'plugin:vue/essential' - ], - // required to lint *.vue files - plugins: [ - 'vue' - ], - // add your custom rules here - rules: { - 'vue/multi-word-component-names': 'off' - } -} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f21efd1..8f58060 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,6 +12,7 @@ jobs: node-version: '22' cache: 'npm' - run: npm ci + - run: npx nuxt prepare - run: npm run lint build: runs-on: ubuntu-latest diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9f0a350..896339c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -21,5 +21,5 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist + publish_dir: ./.output/public publish_branch: master diff --git a/.gitignore b/.gitignore index dbcc117..775318e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ npm-debug.log # Nuxt build .nuxt +.output # Nuxt generate dist diff --git a/components/Contact.vue b/components/Contact.vue index 645d9b4..75f142c 100644 --- a/components/Contact.vue +++ b/components/Contact.vue @@ -4,20 +4,26 @@
イベントページか、以下の連絡先へお願いいたします。
++ イベントページか、以下の連絡先へお願いいたします。 +
- {{work.name}} - {{work.name}} + {{ work.name }} + {{ work.name }}
-{{work.description}}
+{{ work.description }}
-