Skip to content

Commit d26f93f

Browse files
committed
Set development <base> to http://localhost:4000/
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
1 parent 456c02f commit d26f93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html lang="en">
44
<head>
5-
<base href="https://vuejs-fr.github.io/vuejs.org/">
5+
<base href="http://localhost:4000/">
66
<title><%- page.title ? page.title + ' - ' : '' %>vue.js</title>
77
<meta charset="utf-8">
88
<meta name="description" content="<%- theme.site_description %>">

0 commit comments

Comments
 (0)