Skip to content

Commit 6ae7e3f

Browse files
author
Malte Kiefer
committed
fix vue router for github pages
1 parent 948a0b2 commit 6ae7e3f

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/venom-logo.jpg"><link rel="SHORTCUT ICON" href="/venom-logo.jpg"><title>Venom Linux</title><link href="/css/app.1fb9e5e8.css" rel="preload" as="style"><link href="/css/chunk-vendors.c2852580.css" rel="preload" as="style"><link href="/js/app.7bc5eecf.js" rel="preload" as="script"><link href="/js/chunk-vendors.5c6f1478.js" rel="preload" as="script"><link href="/css/chunk-vendors.c2852580.css" rel="stylesheet"><link href="/css/app.1fb9e5e8.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but venomlinux doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.5c6f1478.js"></script><script src="/js/app.7bc5eecf.js"></script></body></html>
1+
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/venomlinux.github.io/venom-logo.jpg"><link rel="SHORTCUT ICON" href="/venomlinux.github.io/venom-logo.jpg"><title>Venom Linux</title><link href="/venomlinux.github.io/css/app.1fb9e5e8.css" rel="preload" as="style"><link href="/venomlinux.github.io/css/chunk-vendors.c2852580.css" rel="preload" as="style"><link href="/venomlinux.github.io/js/app.1d306d90.js" rel="preload" as="script"><link href="/venomlinux.github.io/js/chunk-vendors.5c6f1478.js" rel="preload" as="script"><link href="/venomlinux.github.io/css/chunk-vendors.c2852580.css" rel="stylesheet"><link href="/venomlinux.github.io/css/app.1fb9e5e8.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but venomlinux doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/venomlinux.github.io/js/chunk-vendors.5c6f1478.js"></script><script src="/venomlinux.github.io/js/app.1d306d90.js"></script></body></html>

dist/js/app.1d306d90.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/app.1d306d90.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/app.7bc5eecf.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/js/app.7bc5eecf.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

vue.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
publicPath: "/venomlinux.github.io/"
3+
};

0 commit comments

Comments
 (0)