Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1a96fe5

Browse files
committed
Adding base url
1 parent 4fe18c1 commit 1a96fe5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/* global process */
2-
32
const express = require("express");
43

54
const app = express();
65

7-
app.use(
6+
app.use('/navbar',
87
express.static("./dist", {
98
setHeaders: function setHeaders(res) {
109
res.header("Access-Control-Allow-Origin", "*");

0 commit comments

Comments
 (0)