feat: prerender public site pages
This commit is contained in:
@@ -34,6 +34,7 @@ import { useNotificationsStore } from '@/features/notifications/stores/notificat
|
||||
import { useChannelsStore } from '@/features/channels/stores/channelsStore.js';
|
||||
import { i18n } from '@/plugins/i18n.js';
|
||||
import config from '@/config.js';
|
||||
import { createHead } from '@vueuse/head';
|
||||
|
||||
const vuetify = createVuetify({
|
||||
components: {
|
||||
@@ -78,9 +79,11 @@ const vuetify = createVuetify({
|
||||
});
|
||||
|
||||
const pinia = createPinia();
|
||||
const head = createHead();
|
||||
|
||||
const app = createApp(App)
|
||||
.use(pinia)
|
||||
.use(head)
|
||||
.use(vuetify)
|
||||
.use(router)
|
||||
.use(i18n)
|
||||
|
||||
Reference in New Issue
Block a user