mirror of
https://github.com/GeorgeSG/v0.gar.dev
synced 2025-12-28 21:30:29 +00:00
Remove obsolete stuff
This commit is contained in:
@@ -33,10 +33,9 @@ export default {
|
||||
]
|
||||
}
|
||||
]
|
||||
// ['@nuxtjs/proxy', { pathRewrite: { '^/hui': 'https://georgesg.github.io/ecmascript-explained-2019/' } }]
|
||||
],
|
||||
proxy: {
|
||||
'/ecmascript-explained-2019': {
|
||||
'/ecmascript-explained-2019/': {
|
||||
target: 'https://georgesg.github.io/ecmascript-explained-2019/',
|
||||
pathRewrite: {
|
||||
'^/ecmascript-explained-2019': '/'
|
||||
|
||||
8
shims-svg.d.ts
vendored
8
shims-svg.d.ts
vendored
@@ -1,8 +0,0 @@
|
||||
declare module '*.svg' {
|
||||
import Vue, { VNode, Component } from 'vue';
|
||||
|
||||
type Svg = Component<Vue>;
|
||||
|
||||
const content: Svg;
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user