diff options
| author | Pitu <[email protected]> | 2021-01-20 14:01:36 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-01-20 14:01:36 +0900 |
| commit | 91a15f417e73aea5b4fe002ae5abaf70c046b47f (patch) | |
| tree | afa54231d68bab0846a5e7f47bf5eb15ef41857f /src/site/plugins | |
| parent | chore: update nuxt (diff) | |
| download | host.fuwn.me-91a15f417e73aea5b4fe002ae5abaf70c046b47f.tar.xz host.fuwn.me-91a15f417e73aea5b4fe002ae5abaf70c046b47f.zip | |
feat: enable ssr and serve it with the api
Diffstat (limited to 'src/site/plugins')
| -rw-r--r-- | src/site/plugins/nuxt-client-init.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/site/plugins/nuxt-client-init.js b/src/site/plugins/nuxt-client-init.js deleted file mode 100644 index 4b10dcd..0000000 --- a/src/site/plugins/nuxt-client-init.js +++ /dev/null @@ -1,3 +0,0 @@ -export default async ctx => { - await ctx.store.dispatch('nuxtClientInit', ctx); -}; |