chore: update nginx config
This commit is contained in:
parent
812f21fdab
commit
11855f1a21
@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80 default_server http2;
|
||||
listen [::]:80;
|
||||
|
||||
return 444;
|
||||
}
|
@ -14,6 +14,7 @@ server {
|
||||
|
||||
location / {
|
||||
root /usr/local/nginx/html/;
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
1
src/components.d.ts
vendored
1
src/components.d.ts
vendored
@ -20,7 +20,6 @@ declare module 'vue' {
|
||||
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
||||
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
||||
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
||||
VIcon: typeof import('vuetify/components')['VIcon']
|
||||
VImg: typeof import('vuetify/components')['VImg']
|
||||
VList: typeof import('vuetify/components')['VList']
|
||||
VListItem: typeof import('vuetify/components')['VListItem']
|
||||
|
Loading…
Reference in New Issue
Block a user