fix: vercel rewrite and import error
This commit is contained in:
parent
8cc0b9bb2e
commit
1669d20807
|
@ -1,8 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
import { h, Component } from 'vue'
|
||||
import { h, type Component } from 'vue'
|
||||
import { RouterLink } from 'vue-router'
|
||||
import { NIcon } from 'naive-ui'
|
||||
import { NIcon, type MenuOption } from 'naive-ui'
|
||||
import {
|
||||
HomeOutline,
|
||||
CaretDownOutline,
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"rewrites": [{ "source": "/:path*", "destination": "/index.html" }]
|
||||
}
|
Loading…
Reference in New Issue