mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 11:08:10 +00:00
testing aliases
This commit is contained in:
@@ -27,7 +27,7 @@ const { both: RecentNavItem } = RecentNavItems;
|
||||
|
||||
|
||||
// Page specific imports
|
||||
import Headtags from '../../../../vitreum/headtags.js';
|
||||
import Headtags from '@vitreum/headtags.js';
|
||||
const Meta = Headtags.Meta;
|
||||
|
||||
const BREWKEY = 'homebrewery-new';
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@import './shared/naturalcrit/styles/core.less';
|
||||
|
||||
.homePage {
|
||||
position : relative;
|
||||
|
||||
@@ -6,6 +6,12 @@ import { generateAssetsPlugin } from "./vitePlugins/generateAssetsPlugin.js";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react(), generateAssetsPlugin()],
|
||||
resolve: {
|
||||
alias: {
|
||||
"@vitreum": path.resolve(__dirname, "./vitreum"),
|
||||
"@sharedStyles": path.resolve(__dirname, "./shared/naturalcrit/styles"),
|
||||
},
|
||||
},
|
||||
build: {
|
||||
outDir: "build",
|
||||
emptyOutDir: false,
|
||||
|
||||
Reference in New Issue
Block a user