Skip to content

Commit

Permalink
fix: import ziggy from composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Feb 19, 2024
1 parent beff417 commit 4606984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createSSRApp, h } from 'vue'
import { renderToString } from '@vue/server-renderer'
import { createInertiaApp, Link, Head } from '@inertiajs/vue3'
import MainLayout from './Shared/MainLayout.vue'
import { ZiggyVue } from 'ziggy';
import { ZiggyVue } from '../../vendor/tightenco/ziggy/dist/vue.m';
import { Shiki } from './shiki'
import twemoji from 'twemoji'

Expand Down

0 comments on commit 4606984

Please sign in to comment.