Skip to content

Commit 79e4d2d

Browse files
author
Joni Palosaari
committed
update webpack config to new url
1 parent 714bcd7 commit 79e4d2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang=en><head><title>Robot Framework</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content="Generic test automation framework for acceptance testing and ATDD"><meta name=author content=""><link href=/robotframework.github.com/static/css/app.fa2e56336bd1bb48e6532fff4686727d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/robotframework.github.com/static/js/manifest.d5fa9f06133e6a3a65a5.js></script><script type=text/javascript src=/robotframework.github.com/static/js/vendor.e66dd3a5f6f9d36c7ec9.js></script><script type=text/javascript src=/robotframework.github.com/static/js/app.6a14bb126fab039f91ad.js></script></body></html>
1+
<!doctype html><html lang=en><head><title>Robot Framework</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=description content="Generic test automation framework for acceptance testing and ATDD"><meta name=author content=""><link href=/robotframework.github.org/static/css/app.fa2e56336bd1bb48e6532fff4686727d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/robotframework.github.org/static/js/manifest.f8acf3117225c3b1cb59.js></script><script type=text/javascript src=/robotframework.github.org/static/js/vendor.e66dd3a5f6f9d36c7ec9.js></script><script type=text/javascript src=/robotframework.github.org/static/js/app.6a14bb126fab039f91ad.js></script></body></html>

sources/config/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = {
5555
// Paths
5656
assetsRoot: path.resolve(__dirname, '../../'),
5757
assetsSubDirectory: 'static',
58-
assetsPublicPath: '/robotframework.github.com',
58+
assetsPublicPath: '/robotframework.github.org',
5959

6060
/**
6161
* Source Maps
@@ -78,4 +78,4 @@ module.exports = {
7878
// Set to `true` or `false` to always turn it on or off
7979
bundleAnalyzerReport: process.env.npm_config_report
8080
}
81-
}
81+
}

static/js/manifest.d5fa9f06133e6a3a65a5.js renamed to static/js/manifest.f8acf3117225c3b1cb59.js

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

0 commit comments

Comments
 (0)