diff --git a/build/webpack.config.js b/build/webpack.config.js index d4a862a..8d72b4c 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -23,8 +23,8 @@ module.exports = (env, argv) => { }, output: { path: DIST, - filename: '[name].js', - chunkFilename: '[name].js', + filename: isDev ? '[name].js' : '[name].[contenthash:8].js', + chunkFilename: isDev ? '[name].js' : '[name].[contenthash:8].js', publicPath: './', clean: { keep: /^(files|geo|images\/icons)(\/.*)?$/ diff --git a/src/images/icons/apple-touch-icon.png b/src/images/icons/apple-touch-icon.png index 5b2b34e..5350bd6 100644 Binary files a/src/images/icons/apple-touch-icon.png and b/src/images/icons/apple-touch-icon.png differ diff --git a/src/images/icons/favicon-96x96.png b/src/images/icons/favicon-96x96.png index c1229c2..be5a823 100644 Binary files a/src/images/icons/favicon-96x96.png and b/src/images/icons/favicon-96x96.png differ diff --git a/src/images/icons/favicon.ico b/src/images/icons/favicon.ico index 6d1dda3..4308585 100644 Binary files a/src/images/icons/favicon.ico and b/src/images/icons/favicon.ico differ diff --git a/src/images/icons/favicon.svg b/src/images/icons/favicon.svg index 50e56be..ae1f4f9 100644 --- a/src/images/icons/favicon.svg +++ b/src/images/icons/favicon.svg @@ -1 +1,75 @@ - \ No newline at end of file + + + LiveTrail + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LiveTrail + + + Franzz + + + + + + + + + + + + + + diff --git a/src/images/icons/ogp.png b/src/images/icons/ogp.png deleted file mode 100644 index 093f3f5..0000000 Binary files a/src/images/icons/ogp.png and /dev/null differ diff --git a/src/images/icons/ogp.svg b/src/images/icons/ogp.svg new file mode 100644 index 0000000..b455bff --- /dev/null +++ b/src/images/icons/ogp.svg @@ -0,0 +1,82 @@ + + + LiveTrail + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LiveTrail + + + Franzz + + + + + + + + + + + + + diff --git a/src/images/icons/site.webmanifest b/src/images/icons/site.webmanifest index c937f26..26eeb18 100644 --- a/src/images/icons/site.webmanifest +++ b/src/images/icons/site.webmanifest @@ -3,19 +3,19 @@ "short_name": "LiveTrail", "icons": [ { - "src": "/images/icons/web-app-manifest-192x192.png?v=20260525", + "src": "/images/icons/web-app-manifest-192x192.png?v=20260528", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "/images/icons/web-app-manifest-512x512.png?v=20260525", + "src": "/images/icons/web-app-manifest-512x512.png?v=20260528", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], - "theme_color": "#081b19", - "background_color": "#081b19", + "theme_color": "#081B19", + "background_color": "#081B19", "display": "standalone" } \ No newline at end of file diff --git a/src/images/icons/web-app-manifest-192x192.png b/src/images/icons/web-app-manifest-192x192.png index 032b374..cedb7af 100644 Binary files a/src/images/icons/web-app-manifest-192x192.png and b/src/images/icons/web-app-manifest-192x192.png differ diff --git a/src/images/icons/web-app-manifest-512x512.png b/src/images/icons/web-app-manifest-512x512.png index 4703a5c..7f52e59 100644 Binary files a/src/images/icons/web-app-manifest-512x512.png and b/src/images/icons/web-app-manifest-512x512.png differ diff --git a/src/images/logo_title.svg b/src/images/logo_title.svg index 6ea9567..31a36f0 100644 --- a/src/images/logo_title.svg +++ b/src/images/logo_title.svg @@ -1,285 +1,82 @@ - - - LiveTrail - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + LiveTrail + + + THERE AND BACK AGAIN + + + Live + Trail - - - - LiveTrail - - - Franzz - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LiveTrail + + + Franzz + + + + + + + + + + + + + diff --git a/src/images/source/ogp_inskape.svg b/src/images/source/ogp_inskape.svg new file mode 100644 index 0000000..4555944 --- /dev/null +++ b/src/images/source/ogp_inskape.svg @@ -0,0 +1,362 @@ + + + LiveTrail + + + + + + + + + + LIVETRAIL + + + + THERE AND BACK AGAIN + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LiveTrail + + + Franzz + + + + + + + + + + + + + diff --git a/src/masks/index.html b/src/masks/index.html index 4c13327..e822aec 100644 --- a/src/masks/index.html +++ b/src/masks/index.html @@ -8,15 +8,15 @@ - + - - - - + + + + - - + + [#]title[#] diff --git a/src/styles/_color.scss b/src/styles/_color.scss index 3af5d07..09bee43 100644 --- a/src/styles/_color.scss +++ b/src/styles/_color.scss @@ -15,6 +15,7 @@ $default-inv-bg: $default; //Theme colors $main: #335918; +$sub: #081B19; $flashy: #11DB6D; $night: #071E26;