removed src/.temp/* from git tree, updated .gitignore
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
/node_modules
|
/node_modules
|
||||||
/build
|
/build
|
||||||
|
src/.temp/*
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
export default {
|
|
||||||
"siteUrl": "",
|
|
||||||
"siteName": "Popsu",
|
|
||||||
"titleTemplate": "%s - Popsu",
|
|
||||||
"siteDescription": "",
|
|
||||||
"version": "0.6.9"
|
|
||||||
}
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
export const NOT_FOUND_NAME = "404"
|
|
||||||
export const NOT_FOUND_PATH = "/404"
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
export default {
|
|
||||||
"touchiconMimeType": "image/png",
|
|
||||||
"faviconMimeType": "image/png",
|
|
||||||
"precomposed": false,
|
|
||||||
"touchicons": [
|
|
||||||
{
|
|
||||||
"width": 70,
|
|
||||||
"height": 70,
|
|
||||||
"src": "/assets/static/src/favicon.png?width=70"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"favicons": [
|
|
||||||
{
|
|
||||||
"width": 16,
|
|
||||||
"height": 16,
|
|
||||||
"src": "/assets/static/src/favicon.png?width=16"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"width": 32,
|
|
||||||
"height": 32,
|
|
||||||
"src": "/assets/static/src/favicon.png?width=32"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
export default 1569422971375
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
export default [
|
|
||||||
]
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
|
|
||||||
export default [
|
|
||||||
]
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
export default [
|
|
||||||
{
|
|
||||||
name: "home",
|
|
||||||
path: "/",
|
|
||||||
component: () => import(/* webpackChunkName: "page--src--pages--index-vue" */ "/mnt/Data/ouidade/Documents/TAFF Figli/POPSU_html2print/popsu_html2print/src/pages/Index.vue"),
|
|
||||||
meta: {
|
|
||||||
data: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "404",
|
|
||||||
path: "/404",
|
|
||||||
component: () => import(/* webpackChunkName: "page--node-modules--gridsome--app--pages--404-vue" */ "/mnt/Data/ouidade/Documents/TAFF Figli/POPSU_html2print/popsu_html2print/node_modules/gridsome/app/pages/404.vue")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "*",
|
|
||||||
path: "*",
|
|
||||||
component: () => import(/* webpackChunkName: "page--node-modules--gridsome--app--pages--404-vue" */ "/mnt/Data/ouidade/Documents/TAFF Figli/POPSU_html2print/popsu_html2print/node_modules/gridsome/app/pages/404.vue")
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user